Loading Tool

Explorer IconExplorer

Memory Pool

78,226 transactions
29.03 vMB
0.11365069 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt 5e7e117b61c4d5ca4629e1c9b03fc1579d2fd2fb0693ff9452508703f4af7d74
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3ec8a1475fce11383eb983828db66eeb85ac5a453ab01413c62e416a9e1091a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.04018009 BTC
Feerates: 150.80 > 4.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (378,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,081 537,081 000000000000000000132b6412c03d8c361d45532c7ba1fa64d3b73f8895cff3 2,578 1.00/1.00 vMB 8
537,080 537,080 0000000000000000001eb00145e0246dd1f2d525ecc992781f7d9e8f347f3145 2,278 1.00/1.00 vMB 24
537,079 537,079 00000000000000000010b8a1bf780871ef08172b011f632a56f65e2c48b61cb3 1,843 0.68/1.00 vMB 15
537,078 537,078 0000000000000000001a4f17fbc31a279027eaab2f989fa504b5e63f7816a469 850 0.39/1.00 vMB 38
537,077 537,077 0000000000000000001a221da5d6f281fe392aa8e1e48cfcaa1a54be1768ce41 719 0.44/1.00 vMB 11
537,076 537,076 0000000000000000001aa7560a812dd60dbf3af5a10a162dd2a8f618b779231b 1,375 0.62/1.00 vMB 17
537,075 537,075 0000000000000000000093219379101d44969a5a6988ec134bba4a8259199388 353 0.57/1.00 vMB 7
537,074 537,074 0000000000000000000997aebd4dc83bfe0d51cc5b95b9120da179e54354d840 1,882 1.00/1.00 vMB 23
537,073 537,073 00000000000000000029f95b1bfda6bd14fd49e392ccdd38636724be0d2a88fb 1,905 0.75/1.00 vMB 27
537,072 537,072 000000000000000000243e37fcb3ad7202f1e95622350184de1cce455265d806 613 0.96/1.00 vMB 2
537,071 537,071 000000000000000000293f76a97685c47f7296315787405cbaec766806dc292e 2,313 1.00/1.00 vMB 18
537,070 537,070 00000000000000000003676b3587ead01fb0177ec1a1f30449fc96dd59f97cee 1,765 1.00/1.00 vMB 15
537,069 537,069 0000000000000000001eecc160754d570fae0f7a81df971d0f506235d73a0579 1,842 1.00/1.00 vMB 5
537,068 537,068 000000000000000000103dd1b1de89adc3ca4fee92e3ea5bd6f751259396db16 2,435 1.00/1.00 vMB 28
537,067 537,067 00000000000000000000eb9b60284b0121163c1df3f71835bb666d0037ecf81f 2,475 1.00/1.00 vMB 10
537,066 537,066 00000000000000000019018c437d0dd2d2ea5fd35dfb7f781a1fb9b0098cfa99 2,618 1.00/1.00 vMB 8
537,065 537,065 0000000000000000000eb2c5e7bcd158f97e0ffedc72d72b3a919b3ad4734290 2,035 0.83/1.00 vMB 31
537,064 537,064 0000000000000000000663a3eaae75bf87f9c72421b4978639d3648920ef31f1 297 1.00/1.00 vMB 3
537,063 537,063 0000000000000000001695ce5dd8b2d3f452c95662a74b90917e069d3ff8c81a 2,823 1.00/1.00 vMB 23
537,062 537,062 0000000000000000000e6136557be6f79464e0d7bc569726eec52b56ae0dad12 2,486 1.00/1.00 vMB 27
537,061 537,061 0000000000000000000ed830f3fe46ad5dce3dbb070ce7161feb62a61f50e50f 2,967 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.85 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: 712.75 GB
    • Received: 17.21 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.