Loading Tool

Explorer IconExplorer

Memory Pool

80,805 transactions
29.85 vMB
0.06861187 BTC
Random Selection Loading Transactions
Max Size: 180.18/200 MB

Candidate Block

Mining Attempt 6f40ddd576a5095ce2172f2292c7aee344a63483cd3e5963f9ca1bb911245fd5
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 27d82a18237457548502f49079ab74321d84462b46457297ec81bb57d31ad41d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,530
Size: 1.00 vMB
Total Fees: 0.00771688 BTC
Feerates: 34.33 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (307,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,905 607,905 000000000000000000145bc13b7dfe26c1ccf8e20e44ceda41bb1c8440f9a80b 2,264 0.77/1.00 vMB 9
607,904 607,904 0000000000000000000e072e56656ed3dd885364645a2b52850b0e7491c43a5c 2,874 1.00/1.00 vMB 22
607,903 607,903 000000000000000000084451b4338337121ddcdafd3bcd197d58478e7150e8e8 1,800 0.70/1.00 vMB 23
607,902 607,902 0000000000000000000200bd7178143b4eb57b1bcc7a3e6ffa2ae3600317b739 1,098 0.31/1.00 vMB 16
607,901 607,901 0000000000000000000feee94b76aa064417349dd93b4e40e6790f9bbd41d418 2,346 0.73/1.00 vMB 16
607,900 607,900 0000000000000000000a8a9af1913579c4e3c83a4fc70d71e7a35982b0c15357 1,975 0.76/1.00 vMB 17
607,899 607,899 000000000000000000002a744c2f07eeb5d0d597e1c91f053dd5e06d1212f1ed 2,505 0.82/1.00 vMB 9
607,898 607,898 000000000000000000116c508e2a456d483fec58920ecd225986ef79c3c25dda 3,014 1.00/1.00 vMB 27
607,897 607,897 000000000000000000104d08a9876b8261788d52b72170ea75d7ce08eb834240 428 0.15/1.00 vMB 15
607,896 607,896 0000000000000000000bcd61ee273ecc6f0f413997c889038e9785a96b587c28 1,884 0.53/1.00 vMB 16
607,895 607,895 0000000000000000000dbb727b1a243866f33ff5747f67164dc18e6570e2a7af 73 0.02/1.00 vMB 17
607,894 607,894 00000000000000000014adf86b9633b229582687f022a5e02ae509df1fe2f3d7 2,892 0.91/1.00 vMB 12
607,893 607,893 0000000000000000000411cfd2943333ac39f4bd5af80eae38c9a51fd92edcce 3,022 1.00/1.00 vMB 21
607,892 607,892 00000000000000000004f311889e2eab4124a8d04a9ac211630c169d0b50e202 1,503 0.44/1.00 vMB 18
607,891 607,891 00000000000000000014c95383088dc7876ab912cd10923f6e632c8c76f4bf70 661 0.32/1.00 vMB 21
607,890 607,890 0000000000000000001278b77d5ea0a013a729a516b97cdc152153a21d3bdcef 956 0.49/1.00 vMB 24
607,889 607,889 000000000000000000128e8a0fe71223d38c588a13dcbb7ccc73b9a8e052df3c 1,150 0.34/1.00 vMB 18
607,888 607,888 0000000000000000000e5aa66b38c06cc2891f18a3c05ecd917f8e43a9e18ce8 2,760 0.92/1.00 vMB 19
607,887 607,887 000000000000000000086a0ab94080fce673e7187f8d8cef6def1714adafe9cc 1,167 0.36/1.00 vMB 20
607,886 607,886 00000000000000000011bebac6e622c0aec657454bf8edc271555a2044c5e8e4 377 0.34/1.00 vMB 8
607,885 607,885 00000000000000000014ccb4da5a0d39e3c9abe33a0481f717c3cba181c9df5b 3,314 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.35 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: 662.20 GB
    • Received: 14.84 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.