Loading Tool

Explorer IconExplorer

Memory Pool

38,025 transactions
27.05 vMB
0.06512234 BTC
Random Selection Loading Transactions
Max Size: 137.71/200 MB

Candidate Block

Mining Attempt 6e4207bbc4651fc9f11914b1ba7b862d112b506ae374b7b0419fd8c0a26c7d64
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 183b29af0b2c9416d540f8e191aff7a16a7515758e049c4702141dfacaabf2a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,712
Size: 1.00 vMB
Total Fees: 0.01417352 BTC
Feerates: 100.28 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (509,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,363 405,363 0000000000000000038b844c8d801eae0168516b27f340511f8013c566b9c775 803 1.00/1.00 vMB 19
405,362 405,362 000000000000000004848e9a8d2ffd6be14b0014dbff0cf3ae38fc805b9bdaba 625 1.00/1.00 vMB 19
405,361 405,361 000000000000000005f062cc1734d5baebe283a045171a0f923a62b3d46dc8dc 1,515 0.93/1.00 vMB 43
405,360 405,360 000000000000000001f4639f6df36e6d78a00e360838b7ec7d7842835b98f94e 1,699 1.00/1.00 vMB 37
405,359 405,359 0000000000000000004e20563d0b3f9bb57c4f880a93fc341e41aeac83f05a50 2,115 1.00/1.00 vMB 67
405,358 405,358 000000000000000005376b428f34489f044f6170f922cb97375dd37136f1ccf4 1,551 1.00/1.00 vMB 41
405,357 405,357 000000000000000006697dbfaa82771405ef1406e686f12107b30a32120009e3 1,477 0.99/1.00 vMB 32
405,356 405,356 000000000000000001f771397029e8abada4d9518cfcd8f2015e1ab304c15c64 1,761 0.99/1.00 vMB 50
405,355 405,355 000000000000000005842001d84bd67407eeefc3486c7f3a5d992e9022213ca5 1,415 1.00/1.00 vMB 66
405,354 405,354 000000000000000003009517aa6af6a6ec6cdc0b22e0af2400d41ae67bb3bb74 1,130 1.00/1.00 vMB 24
405,353 405,353 000000000000000005f83ebd1949e2800f8943350cfeb5fd09ddab927711472e 2,010 1.00/1.00 vMB 49
405,352 405,352 0000000000000000014e0557cec528a99e7322e639549e6c2ff831149cc6fa86 1,194 0.93/1.00 vMB 79
405,351 405,351 0000000000000000000211630cfbd1f32273c256dc6f597c3c00bef62dc28ff1 1,331 0.99/1.00 vMB 25
405,350 405,350 000000000000000002e763438cac0cbfb4cc4c2afa462a1ff32d91f388d892d2 1,183 0.75/1.00 vMB 74
405,349 405,349 0000000000000000031b40fd79b1719df70bf507ccadd2f3e1bafedbc3ac83c3 1,800 1.00/1.00 vMB 28
405,348 405,348 0000000000000000041104cf54a5f0dea16e4a5fa0bc97f560819123f7463513 1,932 1.00/1.00 vMB 42
405,347 405,347 000000000000000000e153a2df51924d1cd09f27d43414cc2fd596532059d633 2,396 1.00/1.00 vMB 51
405,346 405,346 00000000000000000688d24994ae290b5e43574a718e064b840ab0c81ae5e0df 1,397 1.00/1.00 vMB 79
405,345 405,345 000000000000000000d8c961807e9cfafa3f424d34e89a91bd1edb06f11528f1 1,657 1.00/1.00 vMB 41
405,344 405,344 0000000000000000036dffbc92351f7ecb6f73f368dcc194269247c7ffa556a9 1,779 0.99/1.00 vMB 52
405,343 405,343 000000000000000006063c44097f6646bd9695a7bb50e7dcc5d22a6f00238560 1,923 1.00/1.00 vMB 57
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.