Loading Tool

Explorer IconExplorer

Memory Pool

42,536 transactions
26.81 vMB
0.08949226 BTC
Random Selection Loading Transactions
Max Size: 140.04/200 MB

Candidate Block

Mining Attempt 54215acf8254596cb053a3d607b3c1c91e6eddbd41dff984c062d11c199ee97f
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 8959599e39b53df9880f02b009b310738320d4df54a84c4b311101ddbf45bd69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.03963874 BTC
Feerates: 151.01 > 3.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (178,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,136 736,136 00000000000000000001d21c8f204a615f6e1e2e58578c3b9fe56038ed6dc36c 1,442 1.00/1.00 vMB 18
736,135 736,135 0000000000000000000687eb4a38d6a2bb2cf2d3a0078533086334a8b2e5b223 690 1.00/1.00 vMB 16
736,134 736,134 00000000000000000008d776faf25d979896b4fb71034a4e9e6f20221b195d7f 1,366 1.00/1.00 vMB 24
736,133 736,133 00000000000000000000d0b2851c7611e29178fa9e867c72fee1f3586fdd1bc7 2,161 1.00/1.00 vMB 29
736,132 736,132 00000000000000000008969d6d2ebd2aaa9ad73f5a868fcfc4cc5d6e1e1aa448 1,220 1.00/1.00 vMB 18
736,131 736,131 00000000000000000000fc6aba82a39f7fd312bed5cbf1f0060bb287f06efce3 1,166 1.00/1.00 vMB 17
736,130 736,130 0000000000000000000040df07dccd6173f5fca8d9ed5fe2fb811824047a3a3a 462 1.00/1.00 vMB 15
736,129 736,129 00000000000000000002b5e7e13fcc06e6756076394d924f6a90a6bc22ea6a96 2,274 1.00/1.00 vMB 23
736,128 736,128 00000000000000000008704da6b822dd2f0609019419d80b44d0745ce7743f1c 1 0.00/1.00 vMB 0
736,127 736,127 0000000000000000000484d35856fe6fdfd1f3e4bebe4c0ee62c08658e21438b 2,136 1.00/1.00 vMB 21
736,126 736,126 0000000000000000000720fa569acb79353f87bce320dad6d0dd293286f453bb 2,165 1.00/1.00 vMB 18
736,125 736,125 0000000000000000000697d00fef7955bbb1bf113eed9ac654a7f5140f123085 2,932 1.00/1.00 vMB 24
736,124 736,124 0000000000000000000441d7d4bc5ab2149801901997e7233e90ea60389e5bd3 2,050 1.00/1.00 vMB 36
736,123 736,123 00000000000000000007016fadeb3a2f9ecd1f5062218f8edde61fd0e1355787 1,385 1.00/1.00 vMB 15
736,122 736,122 00000000000000000000aacd6fff11c54b0d41e6d4026df4b83361aae2d5d8fa 2,379 1.00/1.00 vMB 18
736,121 736,121 00000000000000000000b60f909fd87201e7e58d97aed1a147f566ebdea2ac96 2,164 1.00/1.00 vMB 16
736,120 736,120 00000000000000000008854f39c66261ddbb8c3f08a1b64b6e1f857c04644533 2,872 1.00/1.00 vMB 21
736,119 736,119 00000000000000000008e1e88ff8ae91bf000c77eeb976ac2dee22185f8184a5 2,773 1.00/1.00 vMB 22
736,118 736,118 000000000000000000056a45812aea6f42ac15ea3dfc29ec87811fbae687cdbd 2,628 1.00/1.00 vMB 19
736,117 736,117 00000000000000000006875c55dbbce8c87f97cb951392212a7f808d684296ae 3,221 1.00/1.00 vMB 23
736,116 736,116 00000000000000000004116af728e65bff0300a02185b53a60d0bb34660cc8d8 2,957 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.