Loading Tool

Explorer IconExplorer

Memory Pool

47,932 transactions
29.14 vMB
0.06832182 BTC
Random Selection Loading Transactions
Max Size: 155.63/200 MB

Candidate Block

Mining Attempt 5ed0d08f6603f359c200f539ed22ed7459fea7e0e60bab03aabba5005bf6af05
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 490ff8b2a4014823dbcb7a4fa7d48c79353b709fc165f8c7607e4fd06876ab9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.01215952 BTC
Feerates: 132.00 > 1.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (508,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,336 406,336 000000000000000005434b0b578b28fb64152669e4f18312698478bdee105348 1,266 1.00/1.00 vMB 26
406,335 406,335 000000000000000004f16b0a3cd23eaa58bd21571410e9179bad6629d0b2993c 2,045 1.00/1.00 vMB 36
406,334 406,334 0000000000000000002ec9989384d16b0dc67f64dfe522a0f4517a3f02ac9c87 1,584 1.00/1.00 vMB 105
406,333 406,333 000000000000000003083750ab77b605a889de96660993284cd1b3003ca96cbd 8 0.00/1.00 vMB 164
406,332 406,332 000000000000000005d091cc49cca488621b4cf4b0f8df083d238f5edbad3bb4 1,894 1.00/1.00 vMB 35
406,331 406,331 0000000000000000068e7ba7f7b1fc4e351b465e2b3a2c0e20f7d8f1ec29387c 3,079 1.00/1.00 vMB 70
406,330 406,330 000000000000000001af23970bfad47f765cb164e7429287a51671104350de3f 2,077 1.00/1.00 vMB 46
406,329 406,329 0000000000000000050e13a8991a2c947049dc8e610279ae6946efcb89c62879 1,297 1.00/1.00 vMB 30
406,328 406,328 000000000000000003a08a40a934434a6e8dca12200da1a1d20e3c3a215ca0ca 3,154 1.00/1.00 vMB 64
406,327 406,327 0000000000000000049c3f4047e2e2cb2bc29afd7e082c1a6668f30b60c6258d 860 0.37/1.00 vMB 44
406,326 406,326 00000000000000000348589887914735ef1e19ef144c213e04efd4525f5a9803 1,238 1.00/1.00 vMB 30
406,325 406,325 000000000000000004fecdad06bacacb0aafc4c99be974f19bf3e03c94c2a127 1,361 1.00/1.00 vMB 27
406,324 406,324 0000000000000000061566026e5266be45aaa24dd72538694a936a466cd42d58 3,005 1.00/1.00 vMB 61
406,323 406,323 000000000000000003c80743901a11cbd03d049d2fc06fd20d20e6ec5a0e9d5b 2,781 1.00/1.00 vMB 53
406,322 406,322 0000000000000000046305656a5a153f5dd29fe7327ca05c0b077beaadfe5c5b 948 0.88/1.00 vMB 16
406,321 406,321 0000000000000000037e23b45983cbf31a8a59ce859c87095650ab20d4b07985 2,497 1.00/1.00 vMB 48
406,320 406,320 000000000000000002ca0ab319fb02f86cd0ae5468ac810c295ae6b5c43b671e 3,129 1.00/1.00 vMB 56
406,319 406,319 00000000000000000278bf6cb5916401a3928322f1a533ceca15e0d39598dd1a 2,330 1.00/1.00 vMB 40
406,318 406,318 000000000000000005382375c2a5c462b21a7ef979646cfbc196a447c903d8f1 1,206 0.58/1.00 vMB 31
406,317 406,317 000000000000000005046f7ee170107873fac94b749bdeecb009fba4969f608f 743 0.44/1.00 vMB 21
406,316 406,316 0000000000000000061faefd94f27ee68b2a75729b0c6d917ca8a94a4b008180 2,503 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.