Loading Tool

Explorer IconExplorer

Memory Pool

56,812 transactions
32.25 vMB
0.15138129 BTC
Random Selection Loading Transactions
Max Size: 174.37/200 MB

Candidate Block

Mining Attempt f074135c603b58445af49692e256da5ca3184636cb9bef36787ec1b32370ba88
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 524af7e492ea084ad769b4f7d9f5f398d4cfd4b95ea9544237b3cd03fea0e63c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.05189186 BTC
Feerates: 121.08 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (198,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,416 716,416 00000000000000000006bd9ad1d9679b3c3df9ca6130c22ec4413baec60cbe74 1,893 1.00/1.00 vMB 17
716,415 716,415 0000000000000000000a0e1ccfd2423bdcee38be782cb221d39a27789bc7f20b 1,810 1.00/1.00 vMB 21
716,414 716,414 00000000000000000000e098f41c0cda6c9cad2050049e09e35b195d7bb41ead 1,571 1.00/1.00 vMB 17
716,413 716,413 00000000000000000008cf9f134f2f9bf00e9a25856ef773953e0950b08d167a 2,524 1.00/1.00 vMB 15
716,412 716,412 00000000000000000002fd9b15e7a70e466113bd0b24b6f2821211c56dbc3f49 3,522 1.00/1.00 vMB 20
716,411 716,411 0000000000000000000568d527a91ed0f7d9ae3d055d190e81873a3a4bfa7ab3 3,073 1.00/1.00 vMB 27
716,410 716,410 000000000000000000042073a6cc3aa7499594fd4c7659f43105e310285d4521 3,510 1.00/1.00 vMB 37
716,409 716,409 00000000000000000007c76d8bb5632bacd23d9c07e8f66fd03013ff4d797526 2,716 1.00/1.00 vMB 15
716,408 716,408 0000000000000000000b1bff3aa1550ba7fbea5267b43d649207f3a2951fbaf0 2,821 1.00/1.00 vMB 21
716,407 716,407 00000000000000000002fde4ab3a35a0cd42556c7bd0bdee3f130754a64cf289 1,707 1.00/1.00 vMB 17
716,406 716,406 00000000000000000008a3f276d0195ef5ec66dcd00ceb4c4b900b96ae6bda4c 551 1.00/1.00 vMB 13
716,405 716,405 0000000000000000000ad62b7ce416759b54d19079c1c927aa0033a0f36f9a2d 1,936 1.00/1.00 vMB 15
716,404 716,404 000000000000000000060a02f2a21e1270dfdc62311d8b94d3fa29e46058bf23 2,285 1.00/1.00 vMB 15
716,403 716,403 000000000000000000001f96d5f1f19b5527a619fd0774268c20f4ec32110976 3,039 1.00/1.00 vMB 13
716,402 716,402 00000000000000000007c75f3c3c7e79ca12ae3d7ddcdb618773961e8f4e3964 3,173 1.00/1.00 vMB 20
716,401 716,401 00000000000000000007f5768c262ce3da115a2ba563ffa0ff3810747cee4fbe 2,966 1.00/1.00 vMB 12
716,400 716,400 00000000000000000007904da57187fb4dc0f83e8a06ea365f3de414dc6a1f0b 3,151 1.00/1.00 vMB 11
716,399 716,399 0000000000000000000474d1556a2dcc2f5871f528280d3dd7856b99ba6c47a4 3,603 1.00/1.00 vMB 22
716,398 716,398 0000000000000000000250e5d0be3bfe42d55a9f73edb69c800e448390d89702 3,246 1.00/1.00 vMB 22
716,397 716,397 000000000000000000099a15cc0d0503bf84d31a703b3459fd5e83c8969b9aa8 3,144 1.00/1.00 vMB 29
716,396 716,396 0000000000000000000b6b18c2bd2b690b956875ba3ea27e11737946c8b3377f 3,494 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.