Loading Tool

Explorer IconExplorer

Memory Pool

47,085 transactions
20.58 vMB
0.04526784 BTC
Random Selection Loading Transactions
Max Size: 118.10/200 MB

Candidate Block

Mining Attempt 455572e789a18539831a1e61b34604a2c4c735bda4fbb4e448f8c00f550a21d9
Version 20000000
Previous Block 0000000000000000000014c31b6acad4e2c22a58fe50930b6ce1572c4245e3a6
Merkle Root 661499d2da21dbdb26a203786bf9bca7a901ee7c0fe6e67b20f2fac9dae5655d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,837
Size: 1.00 vMB
Total Fees: 0.00425369 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,017 (908,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,899 5,899 000000009525cb6d461036fcbb40ec7ffd427f581569441c1395a5deedd765a9 1 0.00/1.00 vMB 0
5,898 5,898 000000006c754600cb31121249d282e0ddcb11c80d1867b896e6d3fcd24d1fa5 1 0.00/1.00 vMB 0
5,897 5,897 0000000008c979dab95c9adc5c73737db9e418aa14f60cb3cebcfd8ddca323b1 1 0.00/1.00 vMB 0
5,896 5,896 000000000190d4e3cc233d97fe979599d044aa3e60b8b35caf63c87186d57312 1 0.00/1.00 vMB 0
5,895 5,895 0000000057df3706e5e346cd5476480a2e03461837e38b3b9d275ff95865c3ee 1 0.00/1.00 vMB 0
5,894 5,894 00000000b1599e775c6d83549a0a7148dd49ad4a24b1827b24dff23352a41c7c 1 0.00/1.00 vMB 0
5,893 5,893 00000000425e16548b84b87ec3c813ebc013eae6172b3e89f01fd78e34490b21 1 0.00/1.00 vMB 0
5,892 5,892 00000000cbbb5d05c519f6b66c37dde9aedd45d835f2a95608654a2b7920745b 1 0.00/1.00 vMB 0
5,891 5,891 00000000086bd4e5384c020d8bc39092076909bf77ce2090e81ea76ca188fc63 1 0.00/1.00 vMB 0
5,890 5,890 0000000044f729c68ab2eff4e29ef228d676f93df405db00620703db33f2d48c 1 0.00/1.00 vMB 0
5,889 5,889 000000005de793b4cd1ef39e48a78c06f9a6f209864360412f72eeab3fedccb3 1 0.00/1.00 vMB 0
5,888 5,888 00000000d823258cc6f8a7c1df101bc326c50181b329e4e6b4327962e3d172dd 1 0.00/1.00 vMB 0
5,887 5,887 0000000069f48850606fad177b5de8e819476645bc08d6269b15e28632fac12e 1 0.00/1.00 vMB 0
5,886 5,886 00000000678d8ee647ae8c11ff55ea54458aa0905b2ce7b7303248473f58216b 1 0.00/1.00 vMB 0
5,885 5,885 0000000018920212d4d4dcddb6e24f37d23b35a0078d270227c83051bb350049 1 0.00/1.00 vMB 0
5,884 5,884 00000000812963426223eeaf85f9a79511f363a529c822095fa77d3b48cec829 1 0.00/1.00 vMB 0
5,883 5,883 00000000298d9d16f6d3bbb0eec95e53fda13869a363e70389748c065256031d 1 0.00/1.00 vMB 0
5,882 5,882 000000009212abd1bf88429c39215c2d070751091a77280ab3535550a6a9b4c4 1 0.00/1.00 vMB 0
5,881 5,881 000000005d0d04bca775ea7b312834c415ab28b40f623b19084186c78b3a56d8 1 0.00/1.00 vMB 0
5,880 5,880 000000003eb751f538e66bf2d6ce2131184b11e3e804a87b4a839b1f50a1ee14 1 0.00/1.00 vMB 0
5,879 5,879 000000000509d8351af50926d7a305d2e4044bfaf5f394894702c5c2be083c37 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 549.96 GB
    • Received: 6.40 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.