Loading Tool

Explorer IconExplorer

Memory Pool

87,930 transactions
32.66 vMB
0.16229618 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt beccacdcec63666e125baff3c95c5d6d3e78eeece36148eee1c0fd17977f25d7
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 2a28a19d947cd8a7738f3aa7668334e59ce84683524c5cfee7913dedb337d917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.07284849 BTC
Feerates: 502.65 > 7.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (541,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,475 373,475 0000000000000000046d3354d3a29908df14b42dcf3722ec8354bbf76f5edfe3 180 0.09/1.00 vMB 40
373,474 373,474 0000000000000000091204138981d1326aafe1cd551f66cd46098c7f267747b6 1,938 0.93/1.00 vMB 45
373,473 373,473 000000000000000004597c20aa22e2a889a3b2f5aa4509001c888888dedce263 139 0.06/1.00 vMB 35
373,472 373,472 00000000000000000d35f074bd4d49213bbe1c2a5e00aac8dd2444ea033ee9db 1 0.00/1.00 vMB 0
373,471 373,471 00000000000000000e54d8efc8b6d7bc4fd4ebe8db4b5e8642b496d1dc1b6f3e 332 0.21/1.00 vMB 36
373,470 373,470 00000000000000000e69e0f8e10d0af1fc05f31df0c6675275b43375d265f70b 1,536 1.00/1.00 vMB 43
373,469 373,469 00000000000000000e23b6133df0a1b0f1c12956777e27c5e4c54a9f7344c599 1,557 1.00/1.00 vMB 29
373,468 373,468 00000000000000000577ed67cbbefea67e1e26c3df0cf197e447d53b59a4b95c 2,189 0.95/1.00 vMB 50
373,467 373,467 00000000000000000eab4518dbe07dfb0efdfd9314765831a7edbc7d9c120a46 1,109 0.61/1.00 vMB 32
373,466 373,466 000000000000000007e19266857fa50e58e821e4a6ee031ea3350ca59f22bbed 1 0.00/1.00 vMB 0
373,465 373,465 00000000000000001314d57e0e7a97ab7d2755f9b73b2efaa01b68926d8478b7 1,434 0.93/1.00 vMB 24
373,464 373,464 000000000000000006908691cf81bb627119f305dc0f9a57779cc8f3a663be23 2,557 0.93/1.00 vMB 58
373,463 373,463 00000000000000000d516b536b0ed72cedd19a55809d7b7a9a48f725a08ffc91 903 0.75/1.00 vMB 26
373,462 373,462 0000000000000000073b8a10f9f21cae24f2edabe5e94b8223441da2c03c6a14 2,805 1.00/1.00 vMB 67
373,461 373,461 0000000000000000074344d8d1ff1fa1276faa79f9dc1924614a2d362ad5224e 449 0.93/1.00 vMB 100
373,460 373,460 00000000000000000e096da6f09512d9cffe72ab1e12b6c0386e6cf33a7b688d 1 0.00/1.00 vMB 0
373,459 373,459 000000000000000002460a1e231a5548e63c1a802e170aa943881283d087ee3a 230 0.93/1.00 vMB 121
373,458 373,458 0000000000000000000af9c8fced9f8d147af451791055bf1b9960df042798fe 2,031 0.95/1.00 vMB 44
373,457 373,457 00000000000000000e07e1ab8299b457bc8c9d92637e1fae171c1db05ea9dfc8 2,679 0.93/1.00 vMB 53
373,456 373,456 00000000000000000c006cb75fa0f64a9a80c6ccfea82bf8d3c76c1e7b0448a6 1,036 0.44/1.00 vMB 43
373,455 373,455 000000000000000004a11b88facada55f47e873004a7123c76d112f34e525363 336 0.16/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.