Loading Tool

Explorer IconExplorer

Memory Pool

77,949 transactions
33.89 vMB
0.14391567 BTC
Random Selection Loading Transactions
Max Size: 189.98/200 MB

Candidate Block

Mining Attempt 19faf6f22f1d509c236bbc592ae34c249611a4072026eb4e5d75e1d773673e91
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 5c581b03f5f203ad47fcd560f7b99921d8aecbe37d3a4ec70821da1c90e2ba79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03003384 BTC
Feerates: 100.53 > 3.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (446,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,801 468,801 000000000000000000841d7c5523c8df65ab00a08568d7974cf313723aca81f5 3,048 1.00/1.00 vMB 338
468,800 468,800 000000000000000001bb64fd004558706f08d56bc333407d7816fac8f397421b 2,129 1.00/1.00 vMB 387
468,799 468,799 000000000000000000f12c35d2af7b2e7a2f0c73fc5f887be82b4df5ec41129b 3,117 1.00/1.00 vMB 339
468,798 468,798 00000000000000000104d060c947dba0201d72668e041bae5381175014e34a1f 2,827 1.00/1.00 vMB 244
468,797 468,797 00000000000000000096e63246a8dfc1f5e8d65f2d382515d37e9129b26180e3 2,865 1.00/1.00 vMB 276
468,796 468,796 0000000000000000010bf52735a4960943dd39417b3c137b8afd6609a32814c4 2,184 1.00/1.00 vMB 303
468,795 468,795 000000000000000001ca612a04a4b01e928229eefbfb1743d5455dba0c9c7945 2,237 1.00/1.00 vMB 321
468,794 468,794 000000000000000000ad81fa73d53b020477c04fbb21c52cdf3b834fa4b1c9c2 3,429 1.00/1.00 vMB 340
468,793 468,793 0000000000000000003602de5ea8adb4a3f0116de12b9ce3e5bb46948eaf31b3 2,685 1.00/1.00 vMB 386
468,792 468,792 000000000000000000f674e3291f62b492851bbac48d9bbdefaa067252ef9ffa 1,953 1.00/1.00 vMB 266
468,791 468,791 000000000000000000abfb2eb5eadc232c9f02b3772fb26b4b47b77688db9317 3,155 1.00/1.00 vMB 353
468,790 468,790 000000000000000000599238262a6a0ff1c1694b3e4ca104a5f7c384f4485e49 2,385 1.00/1.00 vMB 302
468,789 468,789 0000000000000000004cb8cd806003a7904ea0e5f9bb613fd56588a2bff0b4f3 1,604 1.00/1.00 vMB 276
468,788 468,788 000000000000000001b6f7b981238a23b1bac865c41c88c5576b5a311842b67c 1,469 1.00/1.00 vMB 269
468,787 468,787 0000000000000000017099d63b86382d3f6a6dde02ce5683d10c2ffab927248a 2,884 1.00/1.00 vMB 341
468,786 468,786 0000000000000000016129019a6ac7995750a144ff422f829e6e3741db9e076d 2,436 1.00/1.00 vMB 309
468,785 468,785 000000000000000000f13908f8043786a7cd8494f912af44e8f2dfe5c668a83e 2,260 1.00/1.00 vMB 305
468,784 468,784 000000000000000001764024f39f477e7283cb6635922002347701b37c6e1120 3,270 1.00/1.00 vMB 375
468,783 468,783 000000000000000001931c863a12e6a5c2c7ba83e28fdae7d441a60285b80d0f 2,201 1.00/1.00 vMB 300
468,782 468,782 00000000000000000096a4b676d9a4e7620c4fac57360d5750872d7ebe432f95 2,549 0.99/1.00 vMB 374
468,781 468,781 000000000000000001d6e8c55922cfddaeac94accd76296c45ad82c3db630386 2,894 1.00/1.00 vMB 274
Previous 10 blocks ↓
Total Size: 783.11 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: 733.48 GB
    • Received: 18.54 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.