Loading Tool

Explorer IconExplorer

Memory Pool

43,940 transactions
21.27 vMB
0.13757221 BTC
Random Selection Loading Transactions
Max Size: 118.26/200 MB

Candidate Block

Mining Attempt fbd0d33e342dfa23a725781a993ab62bf3609752f32cef0449b2e52d42ea6a07
Version 20000000
Previous Block 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6
Merkle Root 1e56493ddf4c280571577e7d92dc5ec70c64b09fce27f342f5e78b412897be90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,992
Size: 1.00 vMB
Total Fees: 0.07288325 BTC
Feerates: 784.89 > 7.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,884 (662,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,118 251,118 000000000000003b9602ca2387dfaef1e29f58a967ad6facb24cb529ecb9c1f2 382 0.20/1.00 vMB 70
251,117 251,117 00000000000000599687cb575b2ad4b04a6365c4c53db8f0cd56a4e1447c9edd 688 0.25/1.00 vMB 159
251,116 251,116 000000000000001f2c1a5fe86de2d619dcb379e776be8398e68ed34fcfaaa2fc 115 0.08/1.00 vMB 18
251,115 251,115 00000000000000521754ca4377bd44b3e8396bc5351299727a3ae31c2739df4c 591 0.21/1.00 vMB 115
251,114 251,114 0000000000000032afe0b1a382fbd97b9c3a78331a208acd94a58211b57bb92d 191 0.08/1.00 vMB 89
251,113 251,113 0000000000000042a3cdc5df1922df4f9bf56f4084d67bda03b10b3115dcd8fc 305 0.12/1.00 vMB 88
251,112 251,112 000000000000004c9e8e403e38d0b1ffd47641e4c619f0ddbc3b1c737312d34f 214 0.09/1.00 vMB 103
251,111 251,111 000000000000002f66e8e07064b9d631189e33d8c3b5af56ad68dccceb5a7652 449 0.24/1.00 vMB 89
251,110 251,110 0000000000000052260f56fc4ad3307191b325bee5a9b1fbf74255207b539a57 623 0.25/1.00 vMB 72
251,109 251,109 000000000000004c5d4e23dda2a69eeb227ef2af8fd44f0dc217873001c759c6 745 0.25/1.00 vMB 187
251,108 251,108 000000000000001c86cdb110d8d54065565d29bc95f361f942e10f75fde1bb18 633 0.24/1.00 vMB 106
251,107 251,107 00000000000000220d134527c04107a65c94edba7cb0b727611999da52ffb2a1 16 0.01/1.00 vMB 81
251,106 251,106 000000000000001af82d745e50af1e18c9e6d52c2bee0c1bbd2e3fde3678986a 23 0.01/1.00 vMB 92
251,105 251,105 000000000000000e727ee6445f5488e2ed68e7f4588d60718dc3e1aa4018c0a5 280 0.10/1.00 vMB 142
251,104 251,104 000000000000000b4a8e51d10c1b9e8dfa8bd5a3236a7bc0d7026ce8696eb49a 142 0.07/1.00 vMB 60
251,103 251,103 000000000000000fb7cbdaeaf7313fc8be855b09378bd200cc0f4ac38c69a078 100 0.04/1.00 vMB 79
251,102 251,102 0000000000000038fc2b3d630b7242eeaad88c46c10728dee879d22769a87c11 185 0.09/1.00 vMB 108
251,101 251,101 000000000000004f42f4d1e67a71ec75bbf040b85bcd01b8997aaa7c578c580e 582 0.23/1.00 vMB 116
251,100 251,100 000000000000002d1e929a9feab87613338d15745ce695863e6b05bcada418bf 330 0.14/1.00 vMB 97
251,099 251,099 00000000000000537b5b6c6689b2fb953e1bf092e5bf7957c3a9cd084e3313f5 347 0.15/1.00 vMB 99
251,098 251,098 0000000000000011ff5d7135d196308d2604deb35962ba9421bfffdedb2ad2be 181 0.08/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 780.40 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: 525.64 GB
    • Received: 5.22 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.