Loading Tool

Explorer IconExplorer

Memory Pool

83,902 transactions
31.91 vMB
0.08647153 BTC
Random Selection Loading Transactions
Max Size: 194.11/200 MB

Candidate Block

Mining Attempt d6724c75f80fa5ebb8b9bb2dd2d2cd7337947bd736ddf6ebe97505c76ffdfef8
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root b0f9a52e41d795af4b0bb314fcfd79136fc22a35e03bbad600080c5c497fb4e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,291
Size: 1.00 vMB
Total Fees: 0.01668785 BTC
Feerates: 40.21 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (322,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,178 593,178 0000000000000000001465bf68f9af5dda43714d97c231f68928f888456f9b0d 2,708 1.00/1.00 vMB 36
593,177 593,177 00000000000000000002b6383bacb1d2c271942e8f68144aaf254fee04cba000 2,690 1.00/1.00 vMB 28
593,176 593,176 000000000000000000123aaf4140964e52ccc4df6ae5ac650bd23b0b19fe4ddd 1,116 1.00/1.00 vMB 14
593,175 593,175 0000000000000000001568b2c9ec1feb75014a19e38b8c601e2db1f07b61fab3 176 1.00/1.00 vMB 2
593,174 593,174 00000000000000000013f63792ce9b820efaedd831e0edd5e418cc15da013a0e 115 1.00/1.00 vMB 2
593,173 593,173 0000000000000000000d8c1a5cf4aa083356a46125e2d1b96cac3bec5c09944d 2,509 1.00/1.00 vMB 18
593,172 593,172 00000000000000000009d8accaa2c8a55557a6991ee3f518d2161f6f83e9d86a 2,597 1.00/1.00 vMB 26
593,171 593,171 0000000000000000000cc8dc3aaa48bb20298bae1df8c7c1fd7739d0dfa53d5c 3,044 1.00/1.00 vMB 31
593,170 593,170 0000000000000000000d32419f0f521a70bd9e625efad891b01442b1aea462ef 2,552 1.00/1.00 vMB 18
593,169 593,169 00000000000000000010ce72ce0376e6daa3cf50d6d8dde1f31f927dfc404ae7 3,082 1.00/1.00 vMB 14
593,168 593,168 000000000000000000055f2d89d4f38493afad2bbffbe952c753fbb78652d374 3,164 1.00/1.00 vMB 38
593,167 593,167 00000000000000000005a426cae0407732151231dd4ace98ff330247cbdef1a5 370 1.00/1.00 vMB 4
593,166 593,166 00000000000000000001fdb45ac8a3f602627fda52bbf8ec31db513e4ae5d89f 1,958 1.00/1.00 vMB 16
593,165 593,165 000000000000000000127192cc61d22a476a99ed8f03f7604a37da4a905473d5 2,808 1.00/1.00 vMB 20
593,164 593,164 0000000000000000000a9536bb44f41a3eadfba88e469daa7b972a3493c687a3 3,660 1.00/1.00 vMB 12
593,163 593,163 000000000000000000125841245142f25adea8973d6164d8765a53afb6d1d1a8 2,680 1.00/1.00 vMB 48
593,162 593,162 00000000000000000008267b14e3c4bbe122e603655329956b93fe60b8042651 2,694 1.00/1.00 vMB 27
593,161 593,161 0000000000000000000c9775547784806e06e44b7af05d70f33b275950ef4233 2,580 1.00/1.00 vMB 21
593,160 593,160 000000000000000000153a0a9fda8f2aff3f2b2ce860d93df1192ec478419345 3,144 1.00/1.00 vMB 43
593,159 593,159 0000000000000000001851fc4cdc68302b81917a205c6e8828fb1c2e7a8bf67e 1,051 1.00/1.00 vMB 2
593,158 593,158 000000000000000000093508ef0803294d9ec0374770fc47c17215c4bc4e70dd 2,639 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.