Loading Tool

Explorer IconExplorer

Memory Pool

44,017 transactions
27.28 vMB
0.07884010 BTC
Random Selection Loading Transactions
Max Size: 142.50/200 MB

Candidate Block

Mining Attempt 4ef74224110b22f8a89726908eb5328d0ea1002143ca2c2d0e8a4a4bae55ab0b
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root e2176191ea4991091ec9aaa3d82e7f128337e0d936a1c18545df5eb9e7a8f877
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,431
Size: 1.00 vMB
Total Fees: 0.02608888 BTC
Feerates: 150.77 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (427,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,828 487,828 0000000000000000002e1c464221fd2033c2b48c41cd0665013e73d7a8a07399 566 1.00/1.00 vMB 120
487,827 487,827 000000000000000000ee09b1a1865e98426693c978ded3e5593f7fdfb2d290a3 1,391 1.00/1.00 vMB 133
487,826 487,826 000000000000000000059e698624de8a12eeaad1d7a0db1bed888e262c848b14 2,199 1.00/1.00 vMB 156
487,825 487,825 0000000000000000001e95b345255ee3b933d3ced85f734edb3736b55876cc1c 1,725 1.00/1.00 vMB 140
487,824 487,824 0000000000000000008f134940c65d678c5f222e1853ceea377716e08040fb35 1,115 1.00/1.00 vMB 108
487,823 487,823 00000000000000000081eea5013aa4ea633feea78f975353b0329741827b5ae7 690 0.99/1.00 vMB 103
487,822 487,822 00000000000000000069e374cde352b6c1705b534c7bb6ce16e44cbaf7bee972 456 1.00/1.00 vMB 92
487,821 487,821 0000000000000000001f20bfc7890e5a1bcd5df0914770b8ae73a41640570a6a 1,371 1.00/1.00 vMB 118
487,820 487,820 00000000000000000086a18b6d817e8a3d3f75aa2330d3e777a4b285b3cddee3 1,466 0.98/1.00 vMB 86
487,819 487,819 00000000000000000019fec003e97f872c309e12e7a16c09e2818c1780f1a6c2 2,469 1.00/1.00 vMB 171
487,818 487,818 000000000000000000f80b3c02db064811cf2ada6eeb37f11ef25c055adec0ca 1,081 0.48/1.00 vMB 82
487,817 487,817 000000000000000000ae5bbf11d0895e2e80ac82822b5a7a7d33726f1350a29f 1,695 0.85/1.00 vMB 65
487,816 487,816 000000000000000000b088408d309a40806cd8952e1bbb89d30cfe08e9d21358 2,299 1.00/1.00 vMB 45
487,815 487,815 00000000000000000047d5beb5bf3c518027481694f6ce153014b85c542b1d5a 2,435 1.00/1.00 vMB 140
487,814 487,814 00000000000000000075a4fd65fe677635f3ca035b14f5d6f59ea0cd2ca35e75 1,924 0.95/1.00 vMB 23
487,813 487,813 000000000000000000426cd5963982deecd8456c87ea4d66d4c790ab8d22f51d 1,816 0.97/1.00 vMB 83
487,812 487,812 00000000000000000075e8083775cc446e90c4d534b45e9971dd718f9d9d8852 1,786 0.98/1.00 vMB 186
487,811 487,811 000000000000000000eac88f7f85ade2c1ebbe430b1af2ba1e27152b166f24cb 2,281 1.00/1.00 vMB 86
487,810 487,810 000000000000000000c4cd63a56c0561c360e4d352211cea21b01a4c0434bf70 534 0.22/1.00 vMB 88
487,809 487,809 000000000000000000195eddd96fb9c5f24a53e5a8e82952242975603a47635a 108 0.04/1.00 vMB 73
487,808 487,808 0000000000000000004faf27d618feb2d4cdd1c63810252dccd88797891b3c67 1,473 0.60/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.