Loading Tool

Explorer IconExplorer

Memory Pool

88,424 transactions
32.21 vMB
0.13882754 BTC
Random Selection Loading Transactions
Max Size: 195.15/200 MB

Candidate Block

Mining Attempt 18f67ed024e840fcd03c5c33cce0d684310ff777d6f9dac324ce020e998659b0
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (68,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,073 847,073 00000000000000000001e16867a6293cce9928441e53ed0e805f773b2f5c8139 2,969 1.00/1.00 vMB 56
847,072 847,072 0000000000000000000266dab03fecdd52376d4453aafe0d4d1c862c154af726 3,310 1.00/1.00 vMB 64
847,071 847,071 00000000000000000000523fcb8d6f6bb2476fbb457f8a1411e4c1cc0b4e9c58 5,185 1.00/1.00 vMB 87
847,070 847,070 000000000000000000013477142518730eb4caab28a65a15f18511b754afd8e8 6,352 1.00/1.00 vMB 127
847,069 847,069 0000000000000000000043ae439725dc5d90eb7218d49e04bcb12bdf99600b27 6,616 1.00/1.00 vMB 119
847,068 847,068 00000000000000000002b28626162fe3222ba04ca7b1574b6427b6585b1124e0 4,433 1.00/1.00 vMB 54
847,067 847,067 0000000000000000000302cf7a030664125495f35de99e8bb18fe8315e03aa90 5,269 1.00/1.00 vMB 57
847,066 847,066 000000000000000000033dcfd917b215ec921fe2b37bc20142ce2e1663eab45d 5,351 1.00/1.00 vMB 80
847,065 847,065 00000000000000000000172f7e1047eeb4c73fde7ae18f3743b4fd800f8f4e58 4,517 1.00/1.00 vMB 42
847,064 847,064 0000000000000000000138f5290807731ce99e3e817e66c1e82bdc8e3550abfb 4,430 1.00/1.00 vMB 47
847,063 847,063 00000000000000000002b8e7a6ba6754a93eab89554857242a88a73675d0abb2 4,227 1.00/1.00 vMB 72
847,062 847,062 0000000000000000000313d587fa7c9b581db884a490b4c1294285c292a48577 3,875 1.00/1.00 vMB 38
847,061 847,061 0000000000000000000057a4d3f1a36bc41e501c6c0fe826a390a0e2a1ec1ae4 4,051 1.00/1.00 vMB 38
847,060 847,060 000000000000000000006a99b4422ccb9ab3b259578c00652bff2ba2fb5fbfc6 3,273 1.00/1.00 vMB 106
847,059 847,059 000000000000000000025d5cf43407da0a7f20051df10f9d568a2cb8bfae17d7 2,634 1.00/1.00 vMB 44
847,058 847,058 000000000000000000011fc0cf7a6456a0a15dfec66307407705445cead62cb0 3,373 1.00/1.00 vMB 74
847,057 847,057 000000000000000000026b23378f43bbfe9e99048febef16a7850fdc1706da69 4,028 1.00/1.00 vMB 84
847,056 847,056 0000000000000000000244d2e8be90278cc4fd37e07e446300ddb1ecc0fbb188 4,312 1.00/1.00 vMB 198
847,055 847,055 000000000000000000035c6a9e62ecf42727dd2df9a7b0d3817c230d4d3d0a69 6,297 1.00/1.00 vMB 95
847,054 847,054 0000000000000000000227b7159f144db1f7e150ca572ea690b4367edd39e121 3,589 1.00/1.00 vMB 91
847,053 847,053 00000000000000000001ae54a0fc23189f167019be509ba089e286007bc0d830 6,165 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.