Loading Tool

Explorer IconExplorer

Memory Pool

36,237 transactions
12.57 vMB
0.16221663 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 75.37/200 MB

Candidate Block

Mining Attempt 8e217e78bdae4c1c97193768ed1610083332cce6cce8d1c9c9d49e87ef0ecf53
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root b0ead52edd7cfe4f89e1ae76c368b8db6825f0c55cc396afad2ba52cd4d78c2d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.05154933 BTC
Avg Feerate: 4.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (774,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,161 138,161 000000000000006d7f85997c29c407d8518acb52ff7b889947d53b67ed99ac38 0.00 MB 8 51
138,160 138,160 00000000000002a1177b9c10d07cf0120e15b1eb26c7f34053f164cfd584a119 0.02 MB 83 76
138,159 138,159 000000000000061fc886d760dfcc090d181041233c71f8040497a53b7c0acaec 0.05 MB 125 101
138,158 138,158 000000000000026ea2a82f38e3d4344fae715a6be4126e877cba31e1ce9782e0 0.03 MB 54 149
138,157 138,157 00000000000006a0554a4e0da51fff2bb4898ac1d8d9d309642fbe3f0f87afb0 0.03 MB 90 275
138,156 138,156 00000000000007502b260cbe6a624e367f2d35bee91042ec1c19cddedd714dde 0.01 MB 43 63
138,155 138,155 00000000000003b407805dc2b0eb4f62022a12725888ad8d0e6db30f932b69b9 0.05 MB 156 92
138,154 138,154 000000000000079af090c2b15c4f10d0f18d4c3a723b50328183d74a146526a3 0.04 MB 94 194
138,153 138,153 00000000000000c3f4ab213283a9549a6d62f0d1998c3681102616adf280fd17 0.02 MB 10 221
138,152 138,152 000000000000096e9853d36df6b7ce4bff1c8b51ab6ddc269d9b674ac742b29b 0.02 MB 34 480
138,151 138,151 0000000000000342fe57aa1804256408934675798b5014772dc9a7356dac5c11 0.02 MB 34 286
138,150 138,150 000000000000022f4d2b0b746cf68e88e911644d309727a0853d040aa9513793 0.00 MB 12 56
138,149 138,149 000000000000076370e5ffd2115ad6237287d81c9f69cac2a4a51ca321561db4 0.04 MB 111 46
138,148 138,148 000000000000047913610e17eac572f2801c681899bdf60bfeebe9669d8c0a1b 0.01 MB 21 604
138,147 138,147 000000000000058f61fbe0f6da9d0e075a4623cca503cdc0a90f0a6db821ac1a 0.03 MB 65 207
138,146 138,146 00000000000000a153077734540b2d7edd67deda6abb3d55e0624b9a8a621eb1 0.01 MB 19 5
138,145 138,145 00000000000000bdc0983e58dcc5793e63b0ccfcfd4267b4145a11336313f934 0.01 MB 37 241
138,144 138,144 00000000000007ef16cbb0ed701e89216bc2f9f83d938fc46a2252f65962c40d 0.00 MB 4 75
138,143 138,143 00000000000007f854f7b7ef5564b51f15c901d7bbde0c02a80879716a693049 0.03 MB 90 75
138,142 138,142 000000000000076574ec29ac08e27145d8cf908a4788c653524808e0b24e3add 0.06 MB 176 1,943
138,141 138,141 000000000000055beb972439b9a725666963f7aa2a02568fdec2cfee100bbaf2 0.00 MB 9 51
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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