Loading Tool

Explorer IconExplorer

Memory Pool

24,350 transactions
10.07 vMB
0.06195072 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.01/200 MB

Candidate Block

Mining Attempt cefbaae420436b8cfffc0e7f69613e7d902fcb9dad253de0bcc92fed6e24de20
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root 1685931aaf9bec659cf363b1c21bab1ffcb4a96141952e88af6e098379ba2d70
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,131
Size: 1.00 vMB
Total Fees: 0.04567390 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (796,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,007 117,007 000000000000211b6f6069939541b1ae965df0918cc6d49285c932a55296082f 12 0.01/1.00 vMB 734
117,006 117,006 0000000000008e68f2cb87a398e5b595506b294864152a2534dd852a41481bcf 20 0.01/1.00 vMB 545
117,005 117,005 0000000000003258fcf9dc1114aca561d648f2dd1619b7889d0eb6001255c7d8 10 0.00/1.00 vMB 453
117,004 117,004 00000000000066df20078189231ca2c6df9b47ff8cf98df8c205b64b25b9bb06 12 0.00/1.00 vMB 843
117,003 117,003 0000000000007d2915d50e68744da1016f8f939ca0cc4ace745ed7dec5a0ab91 18 0.01/1.00 vMB 487
117,002 117,002 0000000000000cbf25c12e9bbdeb3316ac997925124952629a59862eea3c7a24 10 0.00/1.00 vMB 1,789
117,001 117,001 0000000000002cc576dca6b2d08d9702ce50e8ce4b666960a8bc374319457722 2 0.00/1.00 vMB 0
117,000 117,000 0000000000001c78105335022027226fd1d4547293c2598b2e145dd96ef78505 5 0.00/1.00 vMB 598
116,999 116,999 00000000000041c971c26e2e9cf9de85d06f2d5042c9877dfa23d9f3486f3a75 8 0.00/1.00 vMB 2,498
116,998 116,998 000000000000ad57b5324024e1f380c151176fe9b4eccf7d2582577dd8963efd 3 0.00/1.00 vMB 1,144
116,997 116,997 00000000000059b58c598958cc39e3b8d274bd2d2d822e5cb9c98b1d34f5f78c 1 0.00/1.00 vMB 0
116,996 116,996 0000000000003357bf9d02acc477f8b51d83433bde9b99c76eda41668e491db9 4 0.00/1.00 vMB 781
116,995 116,995 000000000000227480fdbcb52ace0774d67c0eeaa81f463aa8f76ed92f4f25ea 6 0.00/1.00 vMB 680
116,994 116,994 000000000000464eeaaa53c44a51c7d525337702fb656c0413df8a6e41549f53 11 0.00/1.00 vMB 344
116,993 116,993 0000000000009daa7deba32d79d50e46d3790bd6678e50b1aae25c61e04baadd 28 0.01/1.00 vMB 2,471
116,992 116,992 0000000000008a7eeaf007dd921859db44d4d8e7e7ce8d987fa7a2e15e928a09 5 0.00/1.00 vMB 764
116,991 116,991 0000000000000b3de031edee149a6206530648654e4a413b8248d3459368a75d 5 0.00/1.00 vMB 0
116,990 116,990 00000000000047d50bc25af88b804b64dc3b4e7977d6009c8e040479c42978c9 10 0.00/1.00 vMB 349
116,989 116,989 0000000000004762d1a818f527e8e30c97c4089b42fccf45d57a99bcbd74caa2 10 0.01/1.00 vMB 288
116,988 116,988 00000000000077c5d3526037027b106424962d262ed6016d77b25da53b68411f 6 0.00/1.00 vMB 1,200
116,987 116,987 00000000000084eb85990cc1480403eab80ed0572450b36a5f0eeda510230d3d 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 427.83 GB
    • Received: 2.33 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.