Loading Tool

Explorer IconExplorer

Memory Pool

74,819 transactions
27.53 vMB
0.06493097 BTC
Random Selection Loading Transactions
Max Size: 168.18/200 MB

Candidate Block

Mining Attempt 4a1a79c3a7d64c20e5d8f46745f4c6db444e7fcb5888704ae85e7f974e5eee33
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 83a480abe437de986ec1b59fbb9493a06d8f6b19857b5162a873b79cb6f6fa37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.00636128 BTC
Feerates: 30.16 > 0.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (47,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,905 867,905 0000000000000000000229fecadfdb0dadba53b9f37b7d3e4e8f070d774380af 3,756 1.00/1.00 vMB 5
867,904 867,904 000000000000000000023d7191dad151c66fce8fb8748e916b070658e0b5d852 4,076 1.00/1.00 vMB 7
867,903 867,903 00000000000000000001f2567e9ee2606bf87b83f51d60fa62c93c41d2227709 3,617 1.00/1.00 vMB 6
867,902 867,902 000000000000000000029168ab510251be1d4ae8d340d47e0794505b9641c81b 2,537 1.00/1.00 vMB 4
867,901 867,901 00000000000000000001bf582cc16baa3dd266c0647875dbaa548ab89fbe9a3c 2,374 1.00/1.00 vMB 10
867,900 867,900 00000000000000000001b26f45875cb7d27779efd01350dde78a2d25355238e2 6,195 1.00/1.00 vMB 3
867,899 867,899 000000000000000000000225891bc0958b04f68935f65ce0d5ff246a0be23cc4 5,570 1.00/1.00 vMB 3
867,898 867,898 00000000000000000002cac8287bd8205c7dc745936adc20bd7218c74ba1e0fd 5,640 1.00/1.00 vMB 3
867,897 867,897 0000000000000000000046d7bd7ce3d5cc0ed43c265d3b114baa14b6c247d707 3,342 1.00/1.00 vMB 5
867,896 867,896 000000000000000000002a23cabe25bf619f3b118ee1b50fc9aea958d6df24ae 4,234 1.00/1.00 vMB 4
867,895 867,895 000000000000000000018ff55f9467db3d3a5ef471ef2b46311406e5f722d052 7,394 1.00/1.00 vMB 2
867,894 867,894 00000000000000000002e0eb1eeb0088f35db32b3f65876f67384e118be616b9 4,224 1.00/1.00 vMB 5
867,893 867,893 000000000000000000028c241fc782132518bdf7b5d4d6645fc25e3ac46097f4 4,033 1.00/1.00 vMB 5
867,892 867,892 00000000000000000002b4e6428e0938b84867083f294fd4656ea182e866ba80 4,891 1.00/1.00 vMB 3
867,891 867,891 00000000000000000000fd9ed336bca782fdbe7a44658997d51dd0f0ab21597c 4,186 1.00/1.00 vMB 5
867,890 867,890 000000000000000000029355e84db6c5c78530e1bf9d71384b830b71951d212f 3,067 1.00/1.00 vMB 6
867,889 867,889 0000000000000000000263dd630df902f6c1726651a2df835576e93f2c894f38 3,520 1.00/1.00 vMB 5
867,888 867,888 0000000000000000000112d9b3bf2b1810b7ce943b31039c3d916dd75cc53503 2,594 1.00/1.00 vMB 6
867,887 867,887 0000000000000000000282728e37d44d8e0701a64adfb2762ae31453fa1dcc62 1,426 1.00/1.00 vMB 11
867,886 867,886 000000000000000000024b26e220300d326e211aef4be838fa243a0daa7ac717 2,274 1.00/1.00 vMB 5
867,885 867,885 00000000000000000001dabcde8c2f6fff32acdca412b25d6fde8d1f9ea14e02 1,528 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.