Loading Tool

Explorer IconExplorer

Memory Pool

79,197 transactions
30.28 vMB
0.06858668 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt 5d0fddf3a83bb99b5e1b2cb0690403e0f18949403977275deece2c4e41b99ad3
Version 20000000
Previous Block 000000000000000000013056a9caa15cd1e34c038e1bb47f9d61c37f2e670056
Merkle Root 08a7f8cfe46b5d830b01d6278e809dd483ae4ac553148f8d593f79bcfec1b39b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.00400119 BTC
Feerates: 50.27 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,196 (479,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,993 435,993 000000000000000002ae0ffc41fe2082b8874a6bc8e21326a6d978cbf09b5db3 2,037 1.00/1.00 vMB 82
435,992 435,992 000000000000000002ff0db464231e9fe69748ebc8c8109c63fdf8e07e7261ef 2,552 1.00/1.00 vMB 84
435,991 435,991 0000000000000000013e4a2de0b21c6a2f8193743955dd61a3298cd572e9bc86 2,939 1.00/1.00 vMB 72
435,990 435,990 00000000000000000057797610109957f2b73ccc5a7a380db9f103bd3c10cf8d 1,232 1.00/1.00 vMB 86
435,989 435,989 000000000000000002e571580e6593310744ff5e9b656f0f0446cdea13fd7d3b 1,702 1.00/1.00 vMB 69
435,988 435,988 00000000000000000036bb0e6caa6baa4681c61d79fa7117df93ff4b1757b672 2,468 1.00/1.00 vMB 65
435,987 435,987 000000000000000000ccc66e3cdc739408e705f001089b65a8a9d66e25bc7032 1,205 1.00/1.00 vMB 97
435,986 435,986 000000000000000002fcb80b7a6c369f3035318567367ca4ff7124970606a3f3 1,616 1.00/1.00 vMB 87
435,985 435,985 00000000000000000271599d937a794cc88594a10b5afb91ceba9883da53faba 2,184 1.00/1.00 vMB 73
435,984 435,984 00000000000000000315fe31394ddf8cfbd3b0096378282b62b04780c8dded49 938 0.93/1.00 vMB 95
435,983 435,983 0000000000000000027158e549b7a97c7dbed6df5fb088d0e3daddbf39dee4f6 588 1.00/1.00 vMB 100
435,982 435,982 000000000000000000f1a2adce1e1bd00fc88036019100ac5ebe2c97794d6c83 793 1.00/1.00 vMB 105
435,981 435,981 000000000000000002eb076392586c5b034ba3826ff6adb459bc57db4191943e 1 0.00/1.00 vMB 0
435,980 435,980 000000000000000001845c0f68f2af38dccf3400280e1e4e6c17e5fa956f2b3d 1,855 1.00/1.00 vMB 106
435,979 435,979 0000000000000000028a1cd8fe652323c266acb76f61368ba4bf3f3d39dbaa4b 627 1.00/1.00 vMB 96
435,978 435,978 000000000000000000912c0f184f29f6711782105e12b29903006b17d40c8dea 1,439 1.00/1.00 vMB 121
435,977 435,977 000000000000000001ff89eea514f9ff599bde9f39d71cda65472f9cff2e451c 894 1.00/1.00 vMB 101
435,976 435,976 000000000000000000e594012ed9d8949395250a18fe1ff85cd9ede892366555 1,266 1.00/1.00 vMB 100
435,975 435,975 0000000000000000011de5654a88b702264640577ecf6db0a860fa7934e5eea5 1,084 1.00/1.00 vMB 95
435,974 435,974 000000000000000001200c5fcdd8cd18151930901b78cfe7d313bd7ff6cbf7e3 866 1.00/1.00 vMB 124
435,973 435,973 000000000000000001ebcb5e1d79884b99d942ad07c96c669deb3c39c0dad627 1,942 0.99/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.73 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: 707.68 GB
    • Received: 16.69 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.