Loading Tool

Explorer IconExplorer

Memory Pool

76,586 transactions
33.62 vMB
0.13103181 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt b0a20d7ab1344337543ec8ea2886aad1223d565e31c2510c50e267d9cf2fab5c
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root dc00b5371e37b6a058fc6bc81afd16d05b797fa3fd7443de60cc240e60f55562
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.02176190 BTC
Feerates: 445.78 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (55,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,338 860,338 000000000000000000008f2c9b1f9dfd6184adad15449d73447e2db5ff9a7eba 5,971 1.00/1.00 vMB 3
860,337 860,337 000000000000000000030f6f4965c76786d8ebb7fd945a89577317aab1082fdb 7,199 1.00/1.00 vMB 2
860,336 860,336 000000000000000000007c9a9af036d5cb24b55681fd8d1f6b343c2b7adb5195 5,478 1.00/1.00 vMB 3
860,335 860,335 00000000000000000000dde62bd2d4dd172fa4144d14f8a2ba55360d2728d0cc 5,161 1.00/1.00 vMB 4
860,334 860,334 00000000000000000000283a0392ea0a0835ded252dd5a24378dd93c3494f14f 6,787 1.00/1.00 vMB 3
860,333 860,333 00000000000000000001940908bbd6a08c5a503273ac894c91536b978147c99a 4,249 1.00/1.00 vMB 4
860,332 860,332 00000000000000000001615c7e4ad7bfe2f38c270e36b7968d9013284fadd0f7 2,214 1.00/1.00 vMB 3
860,331 860,331 00000000000000000000b5990a9747b8798dd52beebac72412f8b91072860b7c 2,820 1.00/1.00 vMB 3
860,330 860,330 000000000000000000019eddf5077e9e390aea24d5317ce9f980400599253a04 3,404 1.00/1.00 vMB 5
860,329 860,329 000000000000000000024e110628ad0dbaa7cc1f5474289cf656fef94271cf6a 3,704 1.00/1.00 vMB 17
860,328 860,328 0000000000000000000209858ff6631d219f9046bacb7d7a66fb66cb53cd55b8 3,710 1.00/1.00 vMB 4
860,327 860,327 00000000000000000002fd32ccd66f08e6f0a8802a2740ec8a3bb6397e0dfed6 2,957 1.00/1.00 vMB 4
860,326 860,326 00000000000000000001975c8307d5dd3e3b871d7600f4a9a3679536be031eb3 1,677 1.00/1.00 vMB 3
860,325 860,325 00000000000000000002f774263f6526348a1d19f48d180318ef1cf2a711d04c 4,067 1.00/1.00 vMB 5
860,324 860,324 000000000000000000015ae6eff360c28dbfeb4e76a628cee0bfb570ecbea8a9 1,727 1.00/1.00 vMB 4
860,323 860,323 0000000000000000000294f932cd00861d359a0baddaa60acc0336ea7bc3da2a 381 1.00/1.00 vMB 2
860,322 860,322 00000000000000000002fb3adf6ef37ca55d93e09e9eae7d9833a69012ada1c0 1,549 1.00/1.00 vMB 2
860,321 860,321 00000000000000000001e8ba3cb812b318e7376345df1c524e6fe30c00d782fa 2,512 1.00/1.00 vMB 5
860,320 860,320 00000000000000000001762bd0dd1fb50c478be66728c927d5eebf950b05e9e1 3,298 1.00/1.00 vMB 8
860,319 860,319 000000000000000000017397cd0575681c59f7c3cab48893820503d1faf9ce4f 7,093 1.00/1.00 vMB 2
860,318 860,318 00000000000000000002668c4bd8a96ac1be2d17387ea3d55a43c45ee2e4a784 6,736 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.12 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: 736.47 GB
    • Received: 18.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.