Loading Tool

Explorer IconExplorer

Memory Pool

32,173 transactions
27.49 vMB
0.06300730 BTC
Random Selection Loading Transactions
Max Size: 150.18/200 MB

Candidate Block

Mining Attempt a99e55370ebde2bdb1dce83abba2b11d455820b8e8694df909a0d483f0d23fad
Version 20000000
Previous Block 000000000000000000011a0558afcdbf46f2a6995d35a258683ddaf7384aa119
Merkle Root 5541f5d78f9d8d3542eb79089a7322230be9dbe9441523e7248348c406d04495
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,236
Size: 1.00 vMB
Total Fees: 0.03116072 BTC
Feerates: 904.78 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,109 (36 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,073 940,073 000000000000000000016a6cb0f64f7e57cfc22de090bd1304d8888f0a9399d0 625 1.00/1.00 vMB 2
940,072 940,072 00000000000000000001d029ed35dc0c4c4ca84d6f64e5d21b95f56dbe360adf 2,023 1.00/1.00 vMB 3
940,071 940,071 000000000000000000017a6cd8754621835ef9ad16d1124b4baa8c9d8416a184 3,148 1.00/1.00 vMB 1
940,070 940,070 00000000000000000000d3e07cf4e6152ee5dc17b5b3e0d30ffc4c9695ee06cc 1,496 1.00/1.00 vMB 2
940,069 940,069 00000000000000000001848d4b5bff3ecb4635e3e57aa699b1a6501fe111e4d7 1,709 1.00/1.00 vMB 3
940,068 940,068 00000000000000000000239b0f62f1531f01d084a86a727d6f47b6610fd254c6 2,687 1.00/1.00 vMB 3
940,067 940,067 00000000000000000001f0277dd4b1aecb91902d290f8980a2f76800a178f0f1 2,757 1.00/1.00 vMB 5
940,066 940,066 00000000000000000001b0ac7b775512188bb95c40fef12bdf1ced0b9cb1f81e 4,488 1.00/1.00 vMB 0
940,065 940,065 00000000000000000000d530672d62e6adf0d14e68972957c3f980c8f042b1cd 2,742 1.00/1.00 vMB 2
940,064 940,064 000000000000000000009cf3b3e3fab8d8b0f747191b1d39f32e20b7f69dbe5d 3,902 1.00/1.00 vMB 0
940,063 940,063 00000000000000000000ed1bb84726fd0460fe6bddbfc466f224d2fa6c2bd37e 3,305 1.00/1.00 vMB 1
940,062 940,062 000000000000000000016daf0c0753c681631b3deb82afa8aa6891dd54ef4e65 3,700 1.00/1.00 vMB 0
940,061 940,061 000000000000000000007a55abe6867ec2f47750696d3347d22a8fc49a92c0c9 1,572 0.64/1.00 vMB 2
940,060 940,060 00000000000000000000c920fe6f06254fdeaa6ab89f1135ccda75830618d099 4,516 1.00/1.00 vMB 0
940,059 940,059 000000000000000000019ba757f25057910898cc1552ede40fc397acefea1283 1,309 0.46/1.00 vMB 2
940,058 940,058 0000000000000000000078bad28917aad9d906bae0f8779005d5018bc1e3474c 1,708 0.69/1.00 vMB 3
940,057 940,057 000000000000000000014b6d3e5bcd65204bdf91b4b7c6157120cd922f44bff0 1,930 0.66/1.00 vMB 3
940,056 940,056 000000000000000000008aa844a1baad92269b92faa7a0aa72dee95d861930fa 149 0.04/1.00 vMB 2
940,055 940,055 00000000000000000000d053cc8f0b24de67392e8ba0d2642b7d9348a87000be 822 0.35/1.00 vMB 1
940,054 940,054 00000000000000000000c1fd7fb1ecdc899804bc49d34bce31203a58572850b8 1,671 0.61/1.00 vMB 2
940,053 940,053 0000000000000000000085f500c141c21006ca0d0ac66a66bacc324588034e23 3,180 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.92 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: 4,437.23 GB
    • Received: 240.35 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.