Loading Tool

Explorer IconExplorer

Memory Pool

73,808 transactions
28.23 vMB
0.06841273 BTC
Random Selection Loading Transactions
Max Size: 167.78/200 MB

Candidate Block

Mining Attempt d094599aa24dbdfa207b4319c2b43149349eb399719792ae283123995b42cfcd
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 63df68c6a0579e5f1b2cdea5efa97cab58fbcba670b625718d3815fcedf792ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,604
Size: 1.00 vMB
Total Fees: 0.01189023 BTC
Feerates: 101.62 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (288,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,264 626,264 0000000000000000000255bfeee98e873d37c1e05fb26c24e3190982a3359d50 2,175 1.00/1.00 vMB 9
626,263 626,263 0000000000000000000ccdf820338d74a1f3a9cda3670874f60fc80416f6a5c0 2,640 1.00/1.00 vMB 13
626,262 626,262 0000000000000000000917f86ff3bd3703f22ac240677f25aac7fcd0b9c942b3 2,523 1.00/1.00 vMB 14
626,261 626,261 0000000000000000000c0d41011200809851ada2fd406c9551d129fa4c075dfb 2,715 1.00/1.00 vMB 14
626,260 626,260 0000000000000000000b85bd78719b4028f8d34e8debd1e7d17df178c27df261 2,121 1.00/1.00 vMB 21
626,259 626,259 00000000000000000008e0ac89b42c72d89f8f5e8796b6075defbda116d95beb 2,743 1.00/1.00 vMB 26
626,258 626,258 00000000000000000012cbd11e5e33769a1a0e9c9cdbb02dc608d70341e52cbe 3,114 1.00/1.00 vMB 45
626,257 626,257 000000000000000000128b8a28843316be35c756ce9381d584fa345f959bdeeb 2,859 1.00/1.00 vMB 26
626,256 626,256 0000000000000000000a6c4c958cab0f5b894f71e170b106fb94cb5dc9ee5e2e 2,746 1.00/1.00 vMB 29
626,255 626,255 0000000000000000000a8a2ce7fce75b5af117f93e9e5af4fa6c8cb7bcc6047d 2,580 1.00/1.00 vMB 10
626,254 626,254 0000000000000000000497d34b3c5fb13ef22684420888fa8ee41bca48438e34 2,847 1.00/1.00 vMB 22
626,253 626,253 0000000000000000000b5237b4c240d068ec4678d70ba42c252224d231e51484 2,882 1.00/1.00 vMB 37
626,252 626,252 0000000000000000000aaa5cbe2045abc856fb4602d3e156ca531905718de29f 1,368 0.46/1.00 vMB 2
626,251 626,251 0000000000000000000d3b8c702d657628a1579ff97485a51623afe0d12b4691 2,639 1.00/1.00 vMB 21
626,250 626,250 0000000000000000000bc4b3cc767fbb007d5a5bbdaba25d54e8bb0aedf4e4f6 2,606 1.00/1.00 vMB 18
626,249 626,249 00000000000000000012ccaf791cf0e669bbfff63d49149ea2327db14be90c14 2,659 1.00/1.00 vMB 14
626,248 626,248 00000000000000000001d7abbb7a676453ab62542d48d3c829b360fd14c4d4a6 2,464 1.00/1.00 vMB 7
626,247 626,247 0000000000000000000dd250365b1bd025e62535575a4973d55dd6123fdfce0b 2,698 1.00/1.00 vMB 17
626,246 626,246 00000000000000000007060e08f4c0f435c5f3e2be2abd640ad88818e22c7530 2,228 1.00/1.00 vMB 30
626,245 626,245 00000000000000000010e1ee222f0165a8374aaeaac73bea0adf964f3d4f298e 2,572 1.00/1.00 vMB 24
626,244 626,244 0000000000000000000ea2ec2a16db02b8e4c93e3bf17545bd68d1577fb4be35 2,798 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.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.