Loading Tool

Explorer IconExplorer

Memory Pool

74,015 transactions
27.35 vMB
0.06688283 BTC
Random Selection Loading Transactions
Max Size: 167.02/200 MB

Candidate Block

Mining Attempt 0af105dd9201b7ae1cf55475223a32f2387067d2bd06f58637d31687bfb78c1c
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 2fb0b742a2c9cf884d10b45fcdb45ba15f1761f979524e2c53923d84a643eca0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,345
Size: 1.00 vMB
Total Fees: 0.00861297 BTC
Feerates: 73.20 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (227,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,890 687,890 00000000000000000004835adccba6da3cb1120c0954a887f7e6b0baa8d8cf32 1,491 0.73/1.00 vMB 38
687,889 687,889 0000000000000000000d8ab6e323678c8a58779cb4b66d905a0458f1cab6db67 2,227 0.99/1.00 vMB 26
687,888 687,888 00000000000000000008d350d174c35a59da018578dde96e22f23aa49cdc8e27 224 0.08/1.00 vMB 40
687,887 687,887 0000000000000000000317930b76eeb4781a5f1fc68d439ffcfe2787eee03776 423 0.38/1.00 vMB 13
687,886 687,886 00000000000000000001397382dd7ecae1469be6327dfb4a56ac1488fe83e8cb 1,517 0.96/1.00 vMB 25
687,885 687,885 0000000000000000000d37f69281f61b1bece7de8c62f5ff0edae2d8bce20010 2,185 1.00/1.00 vMB 21
687,884 687,884 0000000000000000000863631ca4bf7ef4e9bd8b4ae0f3e7f99fcb155f9c9219 1,726 1.00/1.00 vMB 39
687,883 687,883 00000000000000000008e04f5c263e9e3123168b768524b20c1a208596657c6f 2,020 0.94/1.00 vMB 30
687,882 687,882 0000000000000000000cddd785032cc0ef8c9ea70e55c8408fcaab17c1f5d2b0 260 0.10/1.00 vMB 25
687,881 687,881 0000000000000000000930221ad82c82a77d605de6e54046f2b9bba17106d322 598 0.24/1.00 vMB 28
687,880 687,880 0000000000000000000930e371ed258e41e14c0ecf6ef0cf60dd3941c8079a26 1,484 0.74/1.00 vMB 18
687,879 687,879 0000000000000000000b5ccf3ec01c4fc98144f9d0bceca337524c57b4bd19ac 2,147 1.00/1.00 vMB 32
687,878 687,878 0000000000000000000bdfe5176dd55bd326c1d8e93d8ba71184fde88cdaaaf7 1,096 1.00/1.00 vMB 12
687,877 687,877 0000000000000000000b2c517db5caff4f5c115813e29285e85727962383544d 1,569 1.00/1.00 vMB 37
687,876 687,876 00000000000000000007c34ba8b62e48a27408517a0727a4ed973238c3f7bd5f 2,362 0.89/1.00 vMB 28
687,875 687,875 00000000000000000000f32ad742c176e711d8aa2109dbfbcc628d13236d27af 1,637 0.88/1.00 vMB 25
687,874 687,874 0000000000000000000c4655619d990f085ab11eac29f596820398fb635f9e1c 2,211 1.00/1.00 vMB 18
687,873 687,873 00000000000000000000adf210f2827e6ed4a746a593780d4fbbcd4f449bfa54 2,465 1.00/1.00 vMB 38
687,872 687,872 00000000000000000009e7b60b63e06fdea2f404369c8e99e19bf8251f3ad33e 2,392 1.00/1.00 vMB 19
687,871 687,871 00000000000000000000bbbb70ebce4746cde67baf6e8e5ec45dc9fbd6eca602 2,611 1.00/1.00 vMB 28
687,870 687,870 000000000000000000047c087311b29633c7968c96f702b482be3fe2a8971291 1,468 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.