Loading Tool

Explorer IconExplorer

Memory Pool

37,976 transactions
27.04 vMB
0.06492480 BTC
Random Selection Loading Transactions
Max Size: 137.64/200 MB

Candidate Block

Mining Attempt 56a639d5e98093938a0e7af3d2060747e69ae52971784b04211259d42f2ccd43
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa0c6dc0f267792ea015e053eb15dc0de9a39b282b4abed6a69a2326c5b1f7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,731
Size: 1.00 vMB
Total Fees: 0.01403384 BTC
Feerates: 100.28 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (590,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
324,262 324,262 00000000000000001ab48eb700e19b63bff9924bc90e97813f210e54283c894e 44 0.02/1.00 vMB 25
324,261 324,261 00000000000000001ac583d2f47e34eb830c267d89aa545359b68aae34df3e6a 303 0.16/1.00 vMB 28
324,260 324,260 00000000000000001688c65a45aea1390845c83d7f9194655a3e4eff41e00ff5 160 0.11/1.00 vMB 22
324,259 324,259 000000000000000018c697f83404d43ddd5a99be69b2b0843c6d9fdbd368b21b 731 0.42/1.00 vMB 28
324,258 324,258 00000000000000001b4f81e974b1d274f01e47111dcb9c8858b53c73a284bda9 256 0.11/1.00 vMB 37
324,257 324,257 000000000000000004e726519f66c955abbc0af43401cbcfb6f8227923d9ac5a 130 0.07/1.00 vMB 26
324,256 324,256 000000000000000011173c5470f04db71be0736ae29521399b4b156fb172c392 353 0.18/1.00 vMB 31
324,255 324,255 000000000000000013cd1b385ae71dc8e6999a5856d47b1f4007e74c37d0490a 161 0.09/1.00 vMB 25
324,254 324,254 000000000000000005081c3d5ac33f5d6ad256907e8c860544a46e70fe2b7afc 28 0.01/1.00 vMB 27
324,253 324,253 000000000000000005e86bbe376dd4d41931d9b60ac93aef3b2eb8a9d545dd5c 27 0.01/1.00 vMB 30
324,252 324,252 00000000000000000ad28b4d627c9b03feedce6555c8d5cab8843d33d26bd98c 162 0.10/1.00 vMB 21
324,251 324,251 00000000000000000480689b6b6194e5204b6b3c3924f2bc18d244d5eebf82aa 334 0.25/1.00 vMB 23
324,250 324,250 000000000000000010d7bc41b854e18421b094a449c9cf193547b3bbf0f28cc4 711 0.62/1.00 vMB 22
324,249 324,249 00000000000000001343f7626b10cb56020bdd33e4d0a203b3b098ea5f2f2dd3 1,419 0.75/1.00 vMB 31
324,248 324,248 000000000000000016106805016c2481dde460ad97be181bf9dbcb56d3d7cf32 364 0.21/1.00 vMB 25
324,247 324,247 000000000000000011b85f7d6c5e9dcd1adf9f27da032f916ff20418e4cb54fb 178 0.11/1.00 vMB 24
324,246 324,246 0000000000000000028e4d9561353ca78c7c38ecdf6b2414cfcefebf9b2b0aad 52 0.03/1.00 vMB 6
324,245 324,245 000000000000000007170e0e29cb861b3deab53a4b3c28dabde2ace8d88674db 987 0.52/1.00 vMB 29
324,244 324,244 0000000000000000074c25d02688781f4db0937538803e918c7756ba1056570b 704 0.36/1.00 vMB 28
324,243 324,243 000000000000000008f72f257b3588d7b7427bd2f7a844d2f42bfb9b9fd36832 507 0.30/1.00 vMB 35
324,242 324,242 00000000000000000dba2d284d18cdc2f60a9b53547c89decd34e23b03a860c6 378 0.18/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.