Loading Tool

Explorer IconExplorer

Memory Pool

80,819 transactions
30.84 vMB
0.07542998 BTC
Random Selection Loading Transactions
Max Size: 187.63/200 MB

Candidate Block

Mining Attempt ff3e79e60b63bdf29c31db47fe7e62297372f0dda3ec0029c2c96b9fbfb4c763
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 39ad8b7f9fdaead2f2b9f2b99db50515580adc559a40c94656923952e0743c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,949
Size: 1.00 vMB
Total Fees: 0.00914633 BTC
Feerates: 265.25 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (799,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,706 115,706 000000000000de21189a9af7af4d65cfba2e2e069ec135e5b5e8841e32d764d8 23 0.01/1.00 vMB 1,698
115,705 115,705 000000000000858f7d0fd0ba65cfb7778fe71abc091e79a8a723be0f9af437cc 2 0.00/1.00 vMB 5,208
115,704 115,704 0000000000006354f1761a0026ba5df33d26c694793ebf28edf18538e2a8a217 2 0.00/1.00 vMB 0
115,703 115,703 000000000000c32e50bf61ba86e76e93c5cc57faecef10a8aaae33cb73bc29c2 18 0.01/1.00 vMB 182
115,702 115,702 0000000000003656c150d4fae86d36f2263d66a8baf435fba71d567bd445ee8b 11 0.00/1.00 vMB 580
115,701 115,701 00000000000092494e8890e43b6355d5a3438265bd190284358a853cd3275447 11 0.00/1.00 vMB 546
115,700 115,700 0000000000004628761bb22fa5871afedd661c802395185de13488c26f5790eb 1 0.00/1.00 vMB 0
115,699 115,699 00000000000025fba691f3eb9eb946344880dfc86a04b3fd4d8ccbdb04f26d14 2 0.00/1.00 vMB 3,875
115,698 115,698 0000000000009dfe6f152816cc3ec59959b48a53d5134dad916d6d59018b8c66 9 0.00/1.00 vMB 926
115,697 115,697 000000000000ae335f83711d0c184d4420138e9dae8dd5590ea91a634cf844ee 5 0.00/1.00 vMB 616
115,696 115,696 000000000000d83c0ddf131812e5fb54b024415da06f47b3de4204aa6b0fe4e5 2 0.01/1.00 vMB 0
115,695 115,695 000000000000f0dceb9b2490b6a17472180c4095eff36db9681c06661f545a5e 5 0.00/1.00 vMB 0
115,694 115,694 0000000000003f35abc809485647d124a2aae9b23fca4bcac5f654742e6934ac 6 0.00/1.00 vMB 471
115,693 115,693 00000000000027a2174136c2f69bc9084dd4ee270bcfb0f01fb13bdab59543db 9 0.00/1.00 vMB 1,061
115,692 115,692 00000000000051abaf0db50a4738655bd3d7db57ff8bbbc218f6fd8c2d729ae7 8 0.00/1.00 vMB 1,024
115,691 115,691 000000000000de7db067d930fd103b45280fa584c8e52ac138bc7393a699371c 9 0.00/1.00 vMB 0
115,690 115,690 00000000000079e421c799d3750ec0daf12cff80ab39e100d0cd97382b3c6ebe 9 0.00/1.00 vMB 345
115,689 115,689 000000000000d6aefaa14b401d135446566932ac089f9ea9af1f34112f8939db 8 0.00/1.00 vMB 1,355
115,688 115,688 0000000000005db6eb3b72463516d8074ea8fdd5bdd18a94c4754c051dd25f0f 8 0.00/1.00 vMB 666
115,687 115,687 0000000000000f878e00e961ba2fbf9432261dc350f3a643a09bd5be2bfd9a0d 15 0.00/1.00 vMB 1,830
115,686 115,686 0000000000000e5fefbd536a2438479df798fdf14ea7918b507fa4e9fb7c7909 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.71 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: 701.15 GB
    • Received: 16.62 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.