Loading Tool

Explorer IconExplorer

Memory Pool

34,936 transactions
26.07 vMB
0.07911943 BTC
Random Selection Loading Transactions
Max Size: 131.47/200 MB

Candidate Block

Mining Attempt 02989dc0a6fafa23e2f04c7139db8c7f35b99801a51d6ba8c0af4c977f47edeb
Version 20000000
Previous Block 00000000000000000000ba672725fc943dfda3e1cdead8a888b3218041ce0745
Merkle Root 11fc554a480fc776a636a5b1a7b6678f0bd3ae8aebc855720c77fce8f6fdbf28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.02921745 BTC
Feerates: 201.34 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,214 (699,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,234 214,234 00000000000001d451190a783db0d4dc049d439c3325b704123d7c51149a89b0 73 0.02/1.00 vMB 51
214,233 214,233 00000000000004425b90155462a19225f78ff17598028211a558505c2970cc25 126 0.05/1.00 vMB 164
214,232 214,232 00000000000002d42749aac28bb3b0f3f63c0d76b3f9ec6a20d261672450dc10 6 0.00/1.00 vMB 322
214,231 214,231 0000000000000160c683396d2dde7dc614a4dd9108a7ae928eba59a7ab480404 103 0.07/1.00 vMB 143
214,230 214,230 0000000000000520077ad5f15a509425058a74c297b516673f94c7c9c4f7a068 86 0.06/1.00 vMB 90
214,229 214,229 00000000000002d75f7d4d62b20da5f43b175f64dcd9cc4f82d58e46aeaf62b8 395 0.24/1.00 vMB 143
214,228 214,228 00000000000004aebb6d2f45f5a195c8a4229ade7bf930138a409bc8c29fcebe 599 0.36/1.00 vMB 155
214,227 214,227 00000000000000fd5fdad366a2f454fa166b5356d42b48e022ba1d7d287375ad 143 0.05/1.00 vMB 106
214,226 214,226 000000000000038adc5f1bdbe3fc6f40adf8e1ee441103555f6ad4cf29268b47 102 0.05/1.00 vMB 116
214,225 214,225 00000000000004c4a30c50b8d2b8c13de64dd89001d571c2555deaefd9316d7a 206 0.09/1.00 vMB 175
214,224 214,224 000000000000026580c1e18f4a40631ffa4bba8256d70ebb5b1ebe3e5f926f33 488 0.20/1.00 vMB 184
214,223 214,223 00000000000002dcbde0ea78566d57d20be14f2ea924d37bfcd21690d1689c24 571 0.25/1.00 vMB 202
214,222 214,222 000000000000000e4db754b3fdaa6168e9fe254ca79ba70df45c6f8f6f0c7876 129 0.14/1.00 vMB 112
214,221 214,221 00000000000000cb6caa6810bd3a9845c371592dcc38a75a866f94ce6e2440c4 654 0.25/1.00 vMB 209
214,220 214,220 00000000000002d4c9dfa5b1ed6f12a9ecdaeb2ca0f9cf91166250fc7181482d 264 0.08/1.00 vMB 50
214,219 214,219 00000000000003ddbeed517cfd591daddb6e543bb693b965a911479cbd64743f 21 0.01/1.00 vMB 206
214,218 214,218 00000000000003ffe3a59bcb601004b876b69e4e06f204b18e9d53e8f62fb005 166 0.12/1.00 vMB 127
214,217 214,217 00000000000002a3b6cf67c8fdd347bcc09f0854800606b94294a324028a0815 255 0.27/1.00 vMB 186
214,216 214,216 00000000000001e339db144859d9dac1bca01f59ebbb0a0e46f9bc0b431969d0 26 0.01/1.00 vMB 180
214,215 214,215 00000000000003048f4492f20dd9836bbdd0f380250b62780f8c21b44a97f8b5 214 0.10/1.00 vMB 168
214,214 214,214 0000000000000112345177e7aa9b146fc9d7b90177734452a8c954f2fd7ff55e 141 0.14/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 780.97 GB

Node Details:

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