Loading Tool

Explorer IconExplorer

Memory Pool

48,711 transactions
27.54 vMB
0.07852322 BTC
Random Selection Loading Transactions
Max Size: 146.84/200 MB

Candidate Block

Mining Attempt 74818b363aed14eab1ab5a9cc73026f4d421861d1f14bb52f653ec4e60310080
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root e17c5df8a3c3d00d71d7f77ab075e75c75412a801f6b7b5b5bdcf9b8677f978b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,870
Size: 1.00 vMB
Total Fees: 0.02650642 BTC
Feerates: 150.92 > 2.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (468,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,605 446,605 0000000000000000009f9727ce77b24821dd8afced18b96a9d7a23a4c94d9daa 2,079 0.99/1.00 vMB 70
446,604 446,604 0000000000000000011274bdac84c455cd0aa23b8320f8e29fe14944f52c7f74 2,540 1.00/1.00 vMB 89
446,603 446,603 0000000000000000018eff60d68faffd89d25fb5147706625a5e2a3ca25da035 2,367 1.00/1.00 vMB 84
446,602 446,602 000000000000000001b366a49ac29509941cc02093bf4dbac82ff4d467f39333 2,498 1.00/1.00 vMB 72
446,601 446,601 00000000000000000224e36dd77d3aca14bd681d61af3a2f21bde5ece2012f4a 2,641 1.00/1.00 vMB 101
446,600 446,600 0000000000000000006c221a8337dbf3c03b0d1ce6d8bcb83db2c87ff611884c 1,391 1.00/1.00 vMB 65
446,599 446,599 00000000000000000147b7aee9ce7e713724a258579d928bac991d9c8fd5a6a7 1,794 1.00/1.00 vMB 97
446,598 446,598 000000000000000001a3946aa9d53cc56ce35f853d11b1b438a52174b5b36664 2,480 1.00/1.00 vMB 82
446,597 446,597 000000000000000000e31a94d48d3dd69fd9745da697255cfa5d3417425108b2 2,081 1.00/1.00 vMB 104
446,596 446,596 0000000000000000007bb262f63e6efeb13ed953fab8b2417a3250bce1a4004a 1,827 1.00/1.00 vMB 65
446,595 446,595 0000000000000000019b88d299299aca7d89b29eb448f3692abe7195ff49ec2f 2,444 1.00/1.00 vMB 76
446,594 446,594 00000000000000000242cd72503dba6c43c72d5251b3f7e23b1b342429e025c6 2,478 1.00/1.00 vMB 108
446,593 446,593 000000000000000000e8aa666652d963084da546a9332db3d1f324d20f216490 1,943 1.00/1.00 vMB 78
446,592 446,592 0000000000000000015dcc0974a23d7e1c49fe67c7f9df205dcd80ce2bdfa02d 3,253 1.00/1.00 vMB 87
446,591 446,591 000000000000000001e029588a9188df2e745708e5c351867dbf3252b91dd00d 2,768 1.00/1.00 vMB 67
446,590 446,590 00000000000000000099dcf4b5278b4f14c90e906d4e69c4261a737d03ce2810 2,379 1.00/1.00 vMB 91
446,589 446,589 000000000000000002dab9d4233844b1cba5622df838cc5d87d4674ee56c5dd7 1,012 1.00/1.00 vMB 87
446,588 446,588 00000000000000000071a12b7ab413dee30acdd0c03d1f73639dbe90da95ae47 504 1.00/1.00 vMB 83
446,587 446,587 0000000000000000022ba3daef6d30d061bdc2c5e718fce931f2e4a2d9c5604c 2,002 1.00/1.00 vMB 102
446,586 446,586 000000000000000000a08bdb53f833f914d9e1b7fa76571de0de6b8dd2d88008 1,390 1.00/1.00 vMB 235
446,585 446,585 000000000000000000408bd89ebd487482c10a37ae15a1f67aff93fcdc8fe61c 496 0.16/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.13 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.