Loading Tool

Explorer IconExplorer

Memory Pool

86,059 transactions
32.05 vMB
0.21578810 BTC
Random Selection Loading Transactions
Max Size: 191.69/200 MB

Candidate Block

Mining Attempt 8543c71455ae6e393237468e9af586af8be432c060cfb54d2c14e4a52f7f8be6
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root f2d86a15d0ad78efa3fcce26ba0a9ede33df27ff23c1550af1eafa9b0f0b1a9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.09713808 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (422,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,076 493,076 000000000000000000041e43a817375e3ec0ec978a4da05a6ab6295a688dce3c 2,407 0.98/1.00 vMB 104
493,075 493,075 00000000000000000005c3b3ede6f63babe1eaa654fc051a30ab1a7a494349d1 2,637 1.00/1.00 vMB 225
493,074 493,074 000000000000000000615271e42d0a4c4d21e9c2c98258a3a3c949c076d01887 2,447 1.00/1.00 vMB 296
493,073 493,073 0000000000000000006fcada6991bc6b418897e30f85d1384cb7c2d3f83cc692 2,434 1.00/1.00 vMB 201
493,072 493,072 000000000000000000071768abbae8a39789b4bf9d98855eb12e5f2723073fae 1,888 1.00/1.00 vMB 112
493,071 493,071 000000000000000000439b06e0a4558f4e6eb71afdd5125da9c260118fe63747 2,710 1.00/1.00 vMB 268
493,070 493,070 0000000000000000003ee664b65b9a5be198f9152740d405530c218c91d18c1f 1,914 1.00/1.00 vMB 173
493,069 493,069 000000000000000000b317ee7e54b1ec37f24907112126612700224a123db05b 2,387 1.00/1.00 vMB 210
493,068 493,068 0000000000000000004a56e4b81c03cc38d7c886979d6dd79591792f7ece22d6 1 0.00/1.00 vMB 0
493,067 493,067 000000000000000000731c2ebc73218634705487485dee16afbb85ec429caec8 1,812 1.00/1.00 vMB 79
493,066 493,066 0000000000000000002e09183aea47856d0c8b14864c546bf8ed1df20f785e4c 1,996 1.00/1.00 vMB 101
493,065 493,065 0000000000000000007ed5b3beaa8f86b4832494e7122e06a81671fab7bc5cb7 2,355 1.00/1.00 vMB 140
493,064 493,064 000000000000000000a35b08fd43e3f8ac5b155400cb1f7c43125c2639232a83 2,042 1.00/1.00 vMB 248
493,063 493,063 00000000000000000019878863cfcfa52c47eb47f579b5d873cad7ee693d4c8b 2,569 1.00/1.00 vMB 183
493,062 493,062 0000000000000000003e669f7e89bd0abbd6253fcbea427b686a45b8bdeabea7 1,898 1.00/1.00 vMB 110
493,061 493,061 000000000000000000277e180f083416309d832ae952b872869ebe623d96a6a2 2,411 1.00/1.00 vMB 210
493,060 493,060 0000000000000000000bb155d4e001ad30314a1c7456e3684cf9b76ff99cecfe 2,790 1.00/1.00 vMB 169
493,059 493,059 00000000000000000073a88b5b46dab93c5df88907bb343e2837c6dde04bb0b7 2,400 1.00/1.00 vMB 242
493,058 493,058 000000000000000000a2aa9118ea2f5ff79b133d8becdac0d8d7c24fdcd89e43 2,706 1.00/1.00 vMB 278
493,057 493,057 0000000000000000007fa665566a3d88a034a441eb180d71cbefbb487af65276 2,189 0.93/1.00 vMB 280
493,056 493,056 00000000000000000058e063aaf68dfdd86ababcc86e0a822e2711a43beb2dda 2,768 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.