Loading Tool

Explorer IconExplorer

Memory Pool

37,677 transactions
26.02 vMB
0.07669581 BTC
Random Selection Loading Transactions
Max Size: 134.21/200 MB

Candidate Block

Mining Attempt 9682741ab49156288ef42733a43f504e68df1528f74d661a39590167f908cad0
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root cce3679ab163d828f703e4bf6f31a21a2ef90e6c4bafd33c2d2f7008a20db18e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.02923540 BTC
Feerates: 502.65 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (285,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,421 629,421 00000000000000000010085aaf8c3b07fc391b74c14891deb8835e4b3e86f3e8 2,059 1.00/1.00 vMB 56
629,420 629,420 0000000000000000000f47488e7745a887155745fb572352aa7e649a1ce83793 2,548 1.00/1.00 vMB 95
629,419 629,419 00000000000000000009bd850c97f1cfc859b0e723ad9c87fa53f1fd17785829 2,553 1.00/1.00 vMB 85
629,418 629,418 00000000000000000004d2de6ad695bfdd4c41b41d65e1c6991dacebbce01b2d 2,805 1.00/1.00 vMB 49
629,417 629,417 00000000000000000007bc1d2b96153fd334a7bcf6d1c669886e28b6df29cbd7 2,218 1.00/1.00 vMB 53
629,416 629,416 00000000000000000009aaabc3cf674d95a9b6ae5cd884c06792cb63752d628d 2,846 1.00/1.00 vMB 93
629,415 629,415 00000000000000000001761d22f5ec2261d51c9ee23fbd3e5913946c687bf273 2,787 1.00/1.00 vMB 72
629,414 629,414 0000000000000000000d030ef3eec1598ce24aeb533328b2b57bdbefbe9b428c 2,480 1.00/1.00 vMB 57
629,413 629,413 0000000000000000000c2214fa563468a067c9dd5bac40703d05b531a6e1cf69 2,185 1.00/1.00 vMB 67
629,412 629,412 0000000000000000000444e12d27532c6de22d2db6c3b062bafe13d9ef68760c 2,655 1.00/1.00 vMB 91
629,411 629,411 0000000000000000000f54a76d5bb2002a0759a374a1e05aa1200d253e204c30 2,607 1.00/1.00 vMB 87
629,410 629,410 000000000000000000106d7e850fe29bb83c54f4932d4a49888dcd25b3acd828 3,006 1.00/1.00 vMB 69
629,409 629,409 0000000000000000000231e5bd0b0cb008740334700f0b1ad78499d401485445 2,807 1.00/1.00 vMB 87
629,408 629,408 0000000000000000000d87e9c34fadde4608be7964cc57ee5e44feef2db0a325 2,455 1.00/1.00 vMB 82
629,407 629,407 00000000000000000007592f2deb179b792edc82c949719162fb45aa32b2c0eb 2,660 1.00/1.00 vMB 96
629,406 629,406 0000000000000000000dea3134116047734fa4875767f5764d63f87aa84b0e1e 2,688 1.00/1.00 vMB 110
629,405 629,405 000000000000000000027fc1faf2946eac9f37600dc2eb5e91f5b5962133417d 2,108 1.00/1.00 vMB 63
629,404 629,404 0000000000000000000eb9f0d26e1d3dff95b82b18866f819dcd44a46f267d7f 2,332 1.00/1.00 vMB 86
629,403 629,403 0000000000000000000cc4f715276dbedbd6979f3adca4319394dab5d8fe1f8b 2,185 1.00/1.00 vMB 98
629,402 629,402 00000000000000000005b6894309962cf7cfe28c859d048ff69e06fa7ae1e0d6 2,183 1.00/1.00 vMB 68
629,401 629,401 0000000000000000000df65ff4f7020320585d4cbf33481361c593735651e543 2,072 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.