Loading Tool

Explorer IconExplorer

Memory Pool

86,276 transactions
32.05 vMB
0.12923669 BTC
Random Selection Loading Transactions
Max Size: 196.41/200 MB

Candidate Block

Mining Attempt 3c62748449dfe84e563dba4e30a8d74b6c8dec297257195d658c3589c5139af6
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 531c94e669097ef98ee8a34157a027c062331d6448e305a6f28b5666bc15ed4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.04809768 BTC
Feerates: 301.57 > 4.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (265,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,866 649,866 0000000000000000000a540c5471056b93c01f81c44e76d19adb662fd18bf7e0 573 1.00/1.00 vMB 16
649,865 649,865 00000000000000000000c58be69f855619612c15ae06c6326b5e05f9ae80391e 1,380 1.00/1.00 vMB 6
649,864 649,864 0000000000000000000424c1d80c1fc1ec71e4eb40942035a26a098d062d353c 1,546 1.00/1.00 vMB 8
649,863 649,863 00000000000000000007e1ff1057b96987af256d2ebe77faf1e8f360f5a46cb0 1,334 1.00/1.00 vMB 31
649,862 649,862 00000000000000000000de1a6b491c4c0c2d935bb6514557fc1ae51b4efe5b96 1,792 1.00/1.00 vMB 22
649,861 649,861 000000000000000000060b92e15e3262fdbe90e665c0d9b88f7b7b12557686d5 1,621 1.00/1.00 vMB 15
649,860 649,860 0000000000000000000a093e1596cc2e31a444a8424ef7c8e4fa5603977889ed 2,131 1.00/1.00 vMB 42
649,859 649,859 0000000000000000000716c9f7fcbaf52a666ffceba994e11d91f509d146ad57 1,934 1.00/1.00 vMB 48
649,858 649,858 000000000000000000013860029c3dcbf1ecd3cc89b9bded3d3e26a51fa94066 2,436 1.00/1.00 vMB 16
649,857 649,857 00000000000000000004d9a7d82a3f99ab43131c50ec515138689f9db981ed87 2,255 1.00/1.00 vMB 62
649,856 649,856 000000000000000000023fb83165c76ba4c8b72727c4ad0000b1c0f5b0e9d166 1,932 1.00/1.00 vMB 59
649,855 649,855 000000000000000000052c1d39d2600585b5bb06703551c8857bbb05477132e5 2,019 1.00/1.00 vMB 46
649,854 649,854 000000000000000000078c0a0c638cab5137e02ccaf6f93cfe03633ab03ec7b6 1,943 1.00/1.00 vMB 79
649,853 649,853 0000000000000000000c4d8e3433d3f5d9937c2a553c90eecab1b42a7f4eb5cf 2,407 1.00/1.00 vMB 80
649,852 649,852 000000000000000000011036eca6c20642e5d1e8d68c10d45d84818c07fe71d1 2,255 1.00/1.00 vMB 24
649,851 649,851 000000000000000000062431c0bb4b02b365b869e1b791ae8797e7b6f93f251b 2,521 1.00/1.00 vMB 23
649,850 649,850 00000000000000000004eb91a7c6df6994287ce7007345d493c98c8fd54eadff 1,883 1.00/1.00 vMB 49
649,849 649,849 00000000000000000005039aa28b4a0269e9081a0e03141b9fc4a2629132c642 1,561 1.00/1.00 vMB 52
649,848 649,848 0000000000000000000abe2f1114505428ffdd5c66c56562a378d8171746e778 2,266 1.00/1.00 vMB 36
649,847 649,847 000000000000000000051191ba932aa56f42d269ea3742a237336c04f337f669 2,397 1.00/1.00 vMB 19
649,846 649,846 00000000000000000006b3f1486f27094c8ce7b2b2c66004d530106fb06b0fb2 2,495 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.