Loading Tool

Explorer IconExplorer

Memory Pool

41,872 transactions
26.75 vMB
0.05643142 BTC
Random Selection Loading Transactions
Max Size: 140.37/200 MB

Candidate Block

Mining Attempt 36e0b429261ab1992cb64c4766343178b35c64128aab6e441abc5691e6e3254e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (421,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,560 493,560 000000000000000000af7576045d677f1b3dd8159c0b7200ab46f000fa4fe75b 2,336 1.00/1.00 vMB 257
493,559 493,559 0000000000000000004975a54cdce6edf70c80ae63ca7717098b2e3b91333cba 1,876 1.00/1.00 vMB 176
493,558 493,558 0000000000000000009d2d3629795fdad073201ccb325a8bdef1e73377dacb39 1,734 1.00/1.00 vMB 144
493,557 493,557 0000000000000000005224cc8c7dcefb5c92ae74ab5eca8231c8563071f8c814 2,438 1.00/1.00 vMB 253
493,556 493,556 00000000000000000084cb6df7464cd305f9f7fcb9834168e4106cac12bb5d6f 1,724 0.90/1.00 vMB 180
493,555 493,555 0000000000000000003628782c578b24949c2254cec4a431f40b98ff7fe7a0f0 2,372 1.00/1.00 vMB 225
493,554 493,554 0000000000000000004df955a766660778781662cc14c04811551e24a72a1a25 228 0.06/1.00 vMB 313
493,553 493,553 00000000000000000080e40d0113acddac636302b4f8731d0005e565b20c6e82 2,767 1.00/1.00 vMB 272
493,552 493,552 000000000000000000198a0eddfb0621de4b81fd30ce90ae40634be9aa6f4e58 2,847 1.00/1.00 vMB 254
493,551 493,551 00000000000000000025cc716ce074d6f3365e8d853ece107bcad59c05bd8646 2,060 1.00/1.00 vMB 135
493,550 493,550 0000000000000000006b10b3ded33a95a900bcd6de46e3fe69a7071ba29b506c 1,619 1.00/1.00 vMB 91
493,549 493,549 0000000000000000009bfb1cd808e883070951fd234dae16868b6bae24894c60 2,508 1.00/1.00 vMB 246
493,548 493,548 0000000000000000008bcf503cf9e5910ff13967a74c5db10dcc02236fe41251 1,055 1.00/1.00 vMB 19
493,547 493,547 0000000000000000009a56dc69d8ed0d4c1944b949ce101a7a15964cd06d7f72 2,087 1.00/1.00 vMB 181
493,546 493,546 00000000000000000019e836e7a09df3c8fada8da2758d147437288c96e4d756 550 0.99/1.00 vMB 21
493,545 493,545 0000000000000000005fe781dcbebe507a72cb7182e1a896b9e8d8a1796962b8 1,985 1.00/1.00 vMB 49
493,544 493,544 0000000000000000008a4cead76eaf8ae73bb8fa4569bdb05b0c9dfffb4b3923 2,333 1.00/1.00 vMB 138
493,543 493,543 0000000000000000009b93d64db180f0b665552a002d635df3a9084a6dccc539 2,796 1.00/1.00 vMB 288
493,542 493,542 0000000000000000005672295509c325e59104730025acb1c690ed113bfc2a8c 2,216 0.92/1.00 vMB 69
493,541 493,541 0000000000000000008b36db1593b769e9f7a7924eb6efed2186b400bb93610c 1,884 0.71/1.00 vMB 263
493,540 493,540 0000000000000000000b64254ae797a2341e5d9a44208c450e1aad2bbc8bc6f2 1,758 1.00/1.00 vMB 262
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.