Loading Tool

Explorer IconExplorer

Memory Pool

74,793 transactions
27.75 vMB
0.07804682 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt 950d28ba884e49ae28394c9e8d5557d84723c4819e5ae039749eb014228e5b9f
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7650ff1109ea521ada71c09fe02f47dba3e81b0d74478f6f5f910b76fbcb6bb6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,768
Size: 1.00 vMB
Total Fees: 0.01863338 BTC
Feerates: 402.60 > 1.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (276,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,883 638,883 000000000000000000053b6ca1b2bb4258f717ea180c0b3f82bf926b344d9862 2,884 1.00/1.00 vMB 44
638,882 638,882 00000000000000000008ce223c10a485ed0837c51ecdd1c78d3958164eba3c74 2,237 0.77/1.00 vMB 25
638,881 638,881 00000000000000000000cedd98fb709f9881d26a9c738b5d65af49c02845a00e 2,562 0.92/1.00 vMB 21
638,880 638,880 000000000000000000117c8bce3609b7f977b58abf2fce3df5c3b628366c3828 2,046 0.76/1.00 vMB 22
638,879 638,879 00000000000000000008966bf0db2d678d715e86a3d0b8637a8cbe8167b947d4 1,859 0.80/1.00 vMB 8
638,878 638,878 0000000000000000000331d90dfaafceb06a0a11b3d2d135135ddf889918876c 2,440 1.00/1.00 vMB 6
638,877 638,877 00000000000000000004ecc1ec2916b8110b3265b69aa03328acd6259f3cb2ad 1,896 1.00/1.00 vMB 25
638,876 638,876 00000000000000000010cd1132004fdbfe42e0d4dc9c3a2486fdbd5a7d287234 1,640 1.00/1.00 vMB 37
638,875 638,875 000000000000000000119edd508459646b744a6b13875ba77a37b0b9f5db657b 2,003 1.00/1.00 vMB 37
638,874 638,874 0000000000000000000c6558e33068d786e11890c40dd59457b0ee3f1e195820 1,536 1.00/1.00 vMB 22
638,873 638,873 00000000000000000000406a175c7420bc217a9e40f64bb8f5bd1c4455a142a1 238 0.09/1.00 vMB 25
638,872 638,872 0000000000000000000c55cde18b016bbfd769fa8ea8fccb9c76a4b406aba3fa 746 0.25/1.00 vMB 10
638,871 638,871 0000000000000000000da3d8f471e0464440e1db2443a01fecb05438920cc7fc 2,260 1.00/1.00 vMB 27
638,870 638,870 0000000000000000000f534507dfaf45017deef57c6553e5b8e6247944fbdec3 1,419 0.46/1.00 vMB 21
638,869 638,869 00000000000000000002a48fac74a67fcc3ef7e8833c1cd75e060ee0c560d42b 1,402 0.67/1.00 vMB 23
638,868 638,868 000000000000000000019f5004b75bca66a8063e7dec022d4b364fa41f34e509 635 0.21/1.00 vMB 26
638,867 638,867 0000000000000000000b9ab2d72259a39a6d12370b153c3d19be0eca9433e3ac 290 0.10/1.00 vMB 36
638,866 638,866 0000000000000000000f464b096b50d83dca36ffa89fa359a6acfd1570fdd337 1,939 0.78/1.00 vMB 21
638,865 638,865 00000000000000000003b04b6a01b2cc52138814d05f900da80e68790600d59d 1,550 0.74/1.00 vMB 13
638,864 638,864 000000000000000000046ee974baca5b6fa5ea1b44fda6ab06c9357613fc9abc 2,042 1.00/1.00 vMB 6
638,863 638,863 000000000000000000024775298bd7c7dde8ddaf8b2c16db662019506ae5556e 2,376 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.