Loading Tool

Explorer IconExplorer

Memory Pool

77,105 transactions
28.82 vMB
0.11787946 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt b7b0b72d28c28c7e5045714a389ddf678e5af7e8e18c21775e3068c2d63d714d
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ec356a61e1741a2561bf73521d6e8ef143f63161e7a9ddd700a1efa6f052b178
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.05789679 BTC
Feerates: 101.65 > 5.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (515,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,788 399,788 00000000000000000238c7f985be1f313cb26443f42bdb1338936277d2a2ed44 2,212 1.00/1.00 vMB 37
399,787 399,787 0000000000000000034beafd6b6422afacd601c6234ecc77ed7922ee77ec971a 1,437 0.93/1.00 vMB 30
399,786 399,786 0000000000000000025e92bb7178d0c3d68b3d469b8259dbb519ed0e329f684a 976 0.75/1.00 vMB 24
399,785 399,785 000000000000000003e2cb32204a966893ab9b34393f134bfe8a9c3d4a10dba2 809 1.00/1.00 vMB 15
399,784 399,784 000000000000000001155e58e3f165cf934613190542e2ed345e231c85bf37db 2,044 0.98/1.00 vMB 61
399,783 399,783 00000000000000000638e22f31e0ddbde1ebfc3875047a6346342c378f70f4eb 1,982 0.99/1.00 vMB 25
399,782 399,782 0000000000000000019ac711db06306a3c88dd27b08a3bbd19b9ad9b4d3b3591 2,426 1.00/1.00 vMB 35
399,781 399,781 00000000000000000596781fb1efbaffbadfef1d2a062ac3f112ce8183514703 2,802 1.00/1.00 vMB 52
399,780 399,780 0000000000000000067d37179314c8f591ebd614c1f5b05afb86e2bdb454c69e 1,800 0.93/1.00 vMB 76
399,779 399,779 00000000000000000118ffcf3dc4774842f6ff5d76706deb9d5235a7d12db97b 1 0.00/1.00 vMB 0
399,778 399,778 000000000000000003a84d5b1627f7d6e25bbf675b295f2073e69aee9da483c1 3,353 1.00/1.00 vMB 47
399,777 399,777 000000000000000005af1ec8b843afa64bd2ac3c3f64e075c45380e9d25bc803 2,570 0.94/1.00 vMB 37
399,776 399,776 000000000000000003fb0e6d633f4fcf98bf59b3fb4a2f0d047a55489c5d4323 2,082 0.98/1.00 vMB 67
399,775 399,775 0000000000000000011b04bc9f4f3856e299b53a335eb1c42be906237c860bb8 3,309 1.00/1.00 vMB 40
399,774 399,774 0000000000000000015373947aa93c7cb16a308fb0a59644d4123072ad24ce5b 2,734 1.00/1.00 vMB 68
399,773 399,773 00000000000000000470b7874a7e6d4ffee7913c101d525f47ca6344768a7b05 1,340 0.74/1.00 vMB 35
399,772 399,772 0000000000000000036804e75020fc04f16ed07e6f65dc6aede40b65c54fe8c8 400 0.30/1.00 vMB 27
399,771 399,771 000000000000000000abfc37822fe49e8241752be361823fe74fb608ae71ef40 1,177 0.99/1.00 vMB 18
399,770 399,770 000000000000000000f44a70bff6e4d837e30b513b2ed39e20dc1a00deaa8085 2,727 0.95/1.00 vMB 58
399,769 399,769 000000000000000003c8cb113495d52a078c731ea1b50bb6d0dde6c013a207a0 1,060 1.00/1.00 vMB 23
399,768 399,768 00000000000000000178036cf063b71b6ebf955ee9eb709a7d20acdfbba526e2 2,383 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.59 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: 671.53 GB
    • Received: 15.95 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.