Loading Tool

Explorer IconExplorer

Memory Pool

73,689 transactions
27.30 vMB
0.06403008 BTC
Random Selection Loading Transactions
Max Size: 166.73/200 MB

Candidate Block

Mining Attempt 0c6584954b855f8bc59e6ba2eed42b7ab1dd5a1730b8b7c4ff513798ad5112d3
Version 20000000
Previous Block 00000000000000000001bb87348e6d3ff23561ca1d138f03813134dfb60134ae
Merkle Root 1a4c095c6ab826b1722f6fd404b73c25572522694f2e4d4ea65cfadc6c3b493f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.00602259 BTC
Feerates: 84.51 > 0.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,283 (402,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
512,317 512,317 000000000000000000361ea9489ee06e3165d97c85e1fa6f4e236662a8dc3270 1,091 1.00/1.00 vMB 20
512,316 512,316 0000000000000000004b4e6548bd8d360ef3570518c5fab6b2cdf5d3b9509d25 1,207 1.00/1.00 vMB 30
512,315 512,315 0000000000000000002c749b6d7287e3f4a69b95ee4ccd19d6b7ba182a9c4c0c 547 1.00/1.00 vMB 11
512,314 512,314 00000000000000000054e0813f8e56f5ac8c9450e5ef11f938124c80d16f53d0 1,135 1.00/1.00 vMB 17
512,313 512,313 0000000000000000002b7651db423ab92e5080298fb46f3bbd83341d93cd6c2b 2,413 1.00/1.00 vMB 35
512,312 512,312 00000000000000000029bc6150ca3e759c856106cb3b01d487c300c6e4b451cc 2,006 0.73/1.00 vMB 41
512,311 512,311 000000000000000000036ff4f913112e3394c9d68b0b6afe26aa43882bcfe7f1 2,596 1.00/1.00 vMB 46
512,310 512,310 00000000000000000019d2491298320ae249026ba58bb279380544dea9f4cd29 1,490 1.00/1.00 vMB 19
512,309 512,309 0000000000000000000d9aa5ad3f4a1e82bb433a58afc20fff15fb02684615c3 255 1.00/1.00 vMB 7
512,308 512,308 0000000000000000001591aadae1c8eb71cc70cfe40f5464ab0f6410be145bf5 374 1.00/1.00 vMB 9
512,307 512,307 00000000000000000007fcb385762668968ec531b7f8c4580252d880c39c6d4f 1,299 1.00/1.00 vMB 20
512,306 512,306 0000000000000000003cec80799d1623acee7b295dfe223d48dddfdf9e003cc9 2,527 1.00/1.00 vMB 26
512,305 512,305 0000000000000000002d6a4fd67170773cbfed2d7c20898f8682164f98845e3e 2,917 1.00/1.00 vMB 46
512,304 512,304 000000000000000000065a7cb6a011f738d804d49ddf423ae964d9fe61b8cdd7 2,210 1.00/1.00 vMB 27
512,303 512,303 000000000000000000281b26eb9a2dfdc3aa2d780e85fdecc35424da2a30743b 485 0.15/1.00 vMB 30
512,302 512,302 000000000000000000467ec38b1309dafc0beab7cbb91f685103bcae70ca0050 1,550 1.00/1.00 vMB 22
512,301 512,301 00000000000000000031210ea3fd668f973790636157ce18318fa92effaebdf3 2,123 1.00/1.00 vMB 22
512,300 512,300 0000000000000000004bdc7cc87e058c485667f25ef13f297f5c7cddd3157ec3 2,521 1.00/1.00 vMB 38
512,299 512,299 000000000000000000279a1d8372ac961395c28059b47fea964f88363c822390 2,462 1.00/1.00 vMB 24
512,298 512,298 000000000000000000498c2bcf62a4c0bd0865d06aed660fb662967b02fc3d94 2,775 1.00/1.00 vMB 54
512,297 512,297 0000000000000000000e7543e63061321fe62de677b3f0e63ee8d18dfe7b5002 2,012 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.88 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: 713.28 GB
    • Received: 17.34 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.