Loading Tool

Explorer IconExplorer

Memory Pool

13,857 transactions
5.06 vMB
0.02353741 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 31.09/200 MB

Candidate Block

Mining Attempt ea0b09942f94c3280c807449a0b50fd1df13cb8c64df6fba621b8f71640e07c1
Version 20000000
Previous Block 00000000000000000000f8a0bdeedb5a27ecb219d76f61ad9e5e33c1a58045c1
Merkle Root 984f2d4eccfad9b259efcf1baafb52be84ad0377fd16664e490eeda2b4635ee4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.01596014 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,463 (757,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,089 156,089 000000000000066d35271d868881d1290606a531e3215dc349c3e4ec287ce39e 10 0.00 vMB 0
156,088 156,088 000000000000099524db883c203361ffc1e6e2683626e61b2394fe98be6ef4ad 12 0.00 vMB 93
156,087 156,087 00000000000000173b2a782f785b7bd27d8f934f7a2db24ffd28ee3d3caca869 117 0.04 vMB 137
156,086 156,086 000000000000075a046edfd175b9a448826e20f40d20a7e73155a66631a88b3b 42 0.02 vMB 179
156,085 156,085 00000000000004d0e30869478441434b61d53663318e3a87c2df8df77745b448 12 0.01 vMB 37
156,084 156,084 0000000000000badb774f799bef8234bdebf699c1f6e32ad7e15a52b6a6baa8f 7 0.00 vMB 23
156,083 156,083 0000000000000cf078129451b43122c2973edff7a568d5e0ed02b6c5e2afdb2e 29 0.02 vMB 65
156,082 156,082 00000000000003ef880308bd3d485c15a95a17381f420a7dd74404c6a93bc8b9 14 0.01 vMB 237
156,081 156,081 0000000000000921875b6ad8eb9f4165704e301a06dbd3c461d424e843d97195 16 0.02 vMB 55
156,080 156,080 000000000000085c91c36ffff32f926712b2a4cac63c5d057fe4649c909dd98d 38 0.02 vMB 270
156,079 156,079 00000000000000cf9b5d4bd40266895df9a4a2eae40ae9fd533ee5b5df7930d6 84 0.03 vMB 226
156,078 156,078 00000000000007777121524d6498944f2ae7dd2351efbecf7669e2248c7bfd6e 11 0.00 vMB 30
156,077 156,077 0000000000000e3ae6abc511075db39cfffce82698b27c913ebfb1071e9a72b7 36 0.02 vMB 29
156,076 156,076 0000000000000152bd36ba5f72553539aaba30d39d401f4c29d13f61da7e1f61 18 0.01 vMB 17
156,075 156,075 000000000000051f95120cd9270eef5faa2de1b5bf6502b873a429a2dda22aa5 1 0.00 vMB 0
156,074 156,074 0000000000000e69735c3f39b339ef56469c001ee19a1857153d9cad7b11ea43 25 0.02 vMB 757
156,073 156,073 00000000000000db7ea1240501c60eadae896a740a837eacd61afeb08d9c9e8d 42 0.02 vMB 166
156,072 156,072 0000000000000399d9706b75efc364646d0e20bf882c685d33c981c685a0dc98 12 0.00 vMB 163
156,071 156,071 00000000000006e9506e43804621f29d1aee783badcef036de44837bae43751b 1 0.00 vMB 0
156,070 156,070 00000000000006b7a4dd0b0c0636d39e6f9d3ee7aff9b12e5c63bb3742e5e2cd 15 0.01 vMB 687
156,069 156,069 00000000000004afc4906dd081534148d17aec20f65c1d1932dd19e2b73ad3d7 9 0.00 vMB 88
Previous 10 blocks ↓
Total Size: 779.68 GB

Node Details:

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