Loading Tool

Explorer IconExplorer

Memory Pool

82,019 transactions
30.47 vMB
0.13143248 BTC
Random Selection Loading Transactions
Max Size: 183.62/200 MB

Candidate Block

Mining Attempt 7565fa609ca3f757bfaf9a8b234c3b6a58795c346c8957fdfb1c56f3b91d2afc
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 82eb9827621353cd92f3b8549d701e6d90858ef8044a0cc7126c0e940550d7f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,484
Size: 1.00 vMB
Total Fees: 0.06878775 BTC
Feerates: 203.60 > 6.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (336,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,871 578,871 0000000000000000001e17b1f446c8946ebba94314e1d79656d4da3bddef58cf 2,203 1.00/1.00 vMB 66
578,870 578,870 00000000000000000023220aafb465622bf21e273a9fae97235213d82dc0f80d 3,308 1.00/1.00 vMB 148
578,869 578,869 0000000000000000000c7af325f257778530cd2127b0ceacb1f56ce4c98fa4dc 2,738 1.00/1.00 vMB 181
578,868 578,868 00000000000000000020fc15108523bcb10b5b76a3fd61ce57fb8460f666f845 2,439 1.00/1.00 vMB 20
578,867 578,867 000000000000000000109dfb8fa0820f4123c01e2a8806751bfdcf4ca68e1816 2,917 1.00/1.00 vMB 155
578,866 578,866 0000000000000000000d0e2be1da85ffaf2cfce28a19615ed536b8e19ae8e07c 2,090 1.00/1.00 vMB 36
578,865 578,865 000000000000000000058f7034ed0d3df6e2097a915981ac93ae53fb5b115b36 2,626 1.00/1.00 vMB 52
578,864 578,864 00000000000000000019b0dc874957bb982c6c51d4858155b0409ef669096f73 2,001 1.00/1.00 vMB 29
578,863 578,863 0000000000000000001b4aab8f7fac3233536fcda640bcbc94675f07223d7159 1,619 1.00/1.00 vMB 32
578,862 578,862 0000000000000000001dd9993a83966a925b26d1264da8c41d6195ccb239376e 2,004 1.00/1.00 vMB 34
578,861 578,861 0000000000000000001cade21b9ff63d35272a2138f10689881089aff5d29243 2,308 1.00/1.00 vMB 20
578,860 578,860 00000000000000000002267c84cf66a2dcdd36c009ab5653f846bbf9fc18f499 2,311 1.00/1.00 vMB 122
578,859 578,859 00000000000000000014c0b95c5d1d7acaabd2f7c54bf26e0c871b0d1fd3f70d 2,875 1.00/1.00 vMB 114
578,858 578,858 0000000000000000000513dff8b7e2369f23f2de45875bed839fea299d744fbc 3,062 1.00/1.00 vMB 187
578,857 578,857 000000000000000000039c97e6f23911251c2d4d69e346c419dfeb9202d2125a 2,695 1.00/1.00 vMB 191
578,856 578,856 0000000000000000000626e5a5118ea273f98785123e455161456b495f2c3ec8 3,018 1.00/1.00 vMB 187
578,855 578,855 000000000000000000241869e7fe618979a586cc6437d7b6d2ea7c4b90587fe6 913 1.00/1.00 vMB 25
578,854 578,854 00000000000000000008b78f687d02b0c33fa04a5158e5aa53cc25900738bea1 1,259 1.00/1.00 vMB 25
578,853 578,853 0000000000000000001ae79d5adebf754af21a73488d18ea47fdf5f233c7730a 2,195 1.00/1.00 vMB 33
578,852 578,852 000000000000000000109fa5f0e4b6ce6ceea948cb9f5293c90ef47b2edbf850 1,347 1.00/1.00 vMB 112
578,851 578,851 0000000000000000000aac5d4f21fa3fbc568b2c8b78b1f5af1340ef0bd9e3a0 1,906 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.