Loading Tool

Explorer IconExplorer

Memory Pool

26,246 transactions
5.92 vMB
0.04003315 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.94/200 MB

Candidate Block

Mining Attempt 86d956be6c02727659575ead6b42d7ae50d520100ef87b81f5d76ce19f336966
Version 20000000
Previous Block 000000000000000000021b497c4d33434100d408d0a7151ec3263bb19986820f
Merkle Root e9b7e269b82e1fa69abb7233d2b52ec3f3e68978d2de3af3ea5d627ae50cb444
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 0.95 vMB
Total Fees: 0.02680926 BTC
Avg Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,122 (774,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,789 138,789 000000000000019cef1f62e116803966b90bdd88967c23e75d05283d972a7a57 0.03 MB 68 469
138,788 138,788 00000000000005b1e6448b79d2a9443d71f150e7a1095021b677c2bfa612037f 0.01 MB 20 56
138,787 138,787 00000000000006b2b2d31a92d325730bf6ea0a615411cf7c8ae0193e148e5ca9 0.01 MB 17 99
138,786 138,786 000000000000045646066148168881a0c92395fa568c46d00bc826ef087ebb12 0.01 MB 27 61
138,785 138,785 0000000000000571698647b5aec8a4780c42a054fb959beace2dbfd418b72c6b 0.01 MB 28 329
138,784 138,784 000000000000081abbe3e16ef3995ada6d0d6f644eb597eebddef188a4223dbf 0.02 MB 35 609
138,783 138,783 00000000000006bead95c5dd177e82b2806da68e958f43d6a30db16aa5e7fd6c 0.02 MB 53 113
138,782 138,782 000000000000032977254c519a811019059d4cfdd23ec97c41df40f2b4973368 0.00 MB 5 502
138,781 138,781 0000000000000836d5eec56dd49dd8620da3d2570ece5fb5717e7058cd59bd60 0.00 MB 8 169
138,780 138,780 00000000000002abfc2feaf9aaf02273557c943074d4f40dfa2d97d9a1aabee3 0.01 MB 22 75
138,779 138,779 000000000000013c4e1715fabc206ef43f46dbe2023f0011cb6b273fdd9981a5 0.04 MB 91 131
138,778 138,778 00000000000002a5919d07514af874919c5791bc1e63be658adb7e42e0748afa 0.01 MB 14 509
138,777 138,777 000000000000054220b4e6f59371fb4144d16b8c371b675c6944912608ad4378 0.04 MB 132 18
138,776 138,776 0000000000000935d39f97474f1d1fab0399de7ee9890229bfff6ea980d8d034 0.02 MB 53 92
138,775 138,775 000000000000070fe6460354c769c0c5441a770ead0447d4d1c6234748a954b8 0.00 MB 12 50
138,774 138,774 00000000000003a3c8f5cc81cd20fb55ced8adeb9d620c379f4353aac704b71f 0.00 MB 10 11
138,773 138,773 00000000000001022b28d9dfb22f4b41f273ee774e7b22cc4bdad693526583d2 0.07 MB 166 128
138,772 138,772 000000000000033bccd384eeb52c7de6eb62166bfc2347f46a0db99867ec5934 0.00 MB 12 193
138,771 138,771 000000000000002460397a4fc207972b46487204a53ec5aeacb4badb07e81f89 0.01 MB 9 770
138,770 138,770 000000000000075b6374b33cc702842965f3ededa5e43d6c7390d5945e1eba5a 0.01 MB 28 64
138,769 138,769 00000000000001ab33f72048f2065a36dfaac18bef15a039ad144612abe0d36b 0.00 MB 16 25
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 82
    • Outgoing: 10
  • Data Transfer:
    • Sent: 120.00 GB
    • Received: 0.51 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.