Loading Tool

Explorer IconExplorer

Memory Pool

46,687 transactions
28.75 vMB
0.10671047 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 411e4fdedaabe44a6a1a144dd0ecb1b2bc146869d80bc6ce8d7a021e2fbc666f
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 5e19eae6c98b4ec234cbed49a98c377960aaae3c0d6302a229dcf424c07ea2c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,843
Size: 1.00 vMB
Total Fees: 0.04133191 BTC
Feerates: 444.31 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (327,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,287 587,287 00000000000000000006f63922959edd26ec2c54f085507636c09361bf67dacf 3,154 1.00/1.00 vMB 53
587,286 587,286 0000000000000000001b4d9a80af520da1ee13bff8eb8d71d0394bb2f450397e 2,718 1.00/1.00 vMB 56
587,285 587,285 0000000000000000000dcac73ab1904da829ca021bd9003c65641a188221d1cc 747 1.00/1.00 vMB 42
587,284 587,284 000000000000000000030d11d6558c6de4886bcb59c7a512bf79b883a0ec2b92 2,764 1.00/1.00 vMB 47
587,283 587,283 0000000000000000000b30595ad8a1a33d0bbb220bb790b5c303c162e68f7011 1,272 1.00/1.00 vMB 48
587,282 587,282 0000000000000000001ae402bd8a775e3e87c42c71ee08eabc9f8da837621e7e 2,937 1.00/1.00 vMB 79
587,281 587,281 00000000000000000016edab76f5ffcb331d99301a50d771fc8b4c6612dd58f6 1,455 1.00/1.00 vMB 84
587,280 587,280 00000000000000000013b71ed037b468771edcabab2bac41864c3d9bbd8e01f9 50 0.01/1.00 vMB 29
587,279 587,279 00000000000000000019401fcd94bdba8e0836287f2e697797a8016cd772a9d9 1,643 0.54/1.00 vMB 25
587,278 587,278 0000000000000000001a5f33d09e4e809d0efcde9de87305c7c76db82875250e 256 0.10/1.00 vMB 22
587,277 587,277 0000000000000000001cf5cd409ee6d794d50088eeb6bd04cc09bebb2bfaf62a 2,815 1.00/1.00 vMB 19
587,276 587,276 0000000000000000001234d36d365eea74b09cac053ed6e37e5f011128f49563 2,370 1.00/1.00 vMB 51
587,275 587,275 00000000000000000011e971bffbd17051f25c41f521625b9d599947969b1684 1,727 0.75/1.00 vMB 9
587,274 587,274 0000000000000000000daec8346c72e22408732ea2ed66309c4bd8313043884a 2,657 1.00/1.00 vMB 6
587,273 587,273 00000000000000000002907051dd0c553941ab01a72426737dced2ab0260c817 2,391 1.00/1.00 vMB 58
587,272 587,272 00000000000000000019b6f4dc46306de456355e2448ab85bf6c11e0fd938378 2,685 1.00/1.00 vMB 22
587,271 587,271 0000000000000000001e228124ee7792f6ea8338c0a92c07f224feb6df8b18eb 2,904 1.00/1.00 vMB 42
587,270 587,270 00000000000000000008c158e516403a97056a6b1b1d2101f24314d0b88a7f92 3,066 1.00/1.00 vMB 46
587,269 587,269 0000000000000000000c41fbb5ead6c3d1b3f6da55a7f46b0e03cb7f310b937e 3,022 1.00/1.00 vMB 50
587,268 587,268 00000000000000000008847a0a69a2e18582d7e9650694736691f3fe24e9e5b6 1,382 0.49/1.00 vMB 36
587,267 587,267 00000000000000000017724f56f03a80c79fd7fb03898e9f1ef89cbb8583a51c 2,246 0.91/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.25 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.40 GB
    • Received: 14.30 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.