Loading Tool

Explorer IconExplorer

Memory Pool

53,646 transactions
31.45 vMB
0.10604323 BTC
Random Selection Loading Transactions
Max Size: 169.61/200 MB

Candidate Block

Mining Attempt 1d3b60862267956a534bc879516f45c98881de0e9ab7ce0f5c566bf1739514d4
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (562,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,288 352,288 00000000000000000ef872e6b4b0de831004ac4f078685afca9dae78031b4d16 1 0.00/1.00 vMB 0
352,287 352,287 00000000000000000947d83759dfc9ba2fc34b8294ed33627355de863aea47e8 241 0.21/1.00 vMB 10
352,286 352,286 00000000000000001004b1d4a1b38d27f8d3d0dd7a21e8907c5b1c1770f2ed51 1,538 0.75/1.00 vMB 32
352,285 352,285 000000000000000009cb99d6d330059aa17cf8f7424e7f02114856ba0320a451 880 0.53/1.00 vMB 22
352,284 352,284 000000000000000009c27bdf48a95cfdd04e5f0151bf177e1147e55c51cef8fe 719 0.25/1.00 vMB 37
352,283 352,283 0000000000000000062299f8294b184bf563a8d92940b631521625d290693197 1,441 0.68/1.00 vMB 29
352,282 352,282 0000000000000000012ae96346e4d3c4a0198b3e86c3e3d219e3cc6322a8277e 553 0.28/1.00 vMB 30
352,281 352,281 00000000000000000ba80b741ea852e642620675754b4fce60b21797c4e2aa2c 1,355 0.66/1.00 vMB 33
352,280 352,280 00000000000000000df38de4f703f14ed40ee34900d950cc60dfc091f9e400af 336 0.21/1.00 vMB 14
352,279 352,279 000000000000000005793d3b230aa6f10b7b9ac668e17142f495d15ddb35f45f 295 0.11/1.00 vMB 37
352,278 352,278 000000000000000009ef4a7d12855c76176f8d1fd16b3611a2536ee83835d851 577 0.33/1.00 vMB 23
352,277 352,277 000000000000000012c92d7f2b3ac7747e501c37daa1d393a35a75eb91f6b250 1,311 0.75/1.00 vMB 25
352,276 352,276 00000000000000001524498814684a32f7dfe1eede77786c7584704b227f6b89 2,241 1.00/1.00 vMB 33
352,275 352,275 000000000000000007295d687bae3b73cad1739ba81fce9eb99c718cfc41442f 258 0.15/1.00 vMB 27
352,274 352,274 00000000000000000c3e78133d68c58ed37cfdbe4adcdcd1c2c1953bbac4d1ba 484 0.28/1.00 vMB 23
352,273 352,273 0000000000000000071737b8d9fc42de12ab05e2c058f372dc0e649d8bea733b 1,473 0.72/1.00 vMB 29
352,272 352,272 00000000000000001326c9f27f21d1538d88a112e0b3cfd9d016ec96f7256e03 335 0.17/1.00 vMB 24
352,271 352,271 00000000000000000e5c228fd3687ea3e63037041e3c5c7edb025b1f3b5da82e 971 0.62/1.00 vMB 18
352,270 352,270 000000000000000014d5f8e330d39268a037af164ac6826ae699b1bdbbe0db1b 1,374 0.75/1.00 vMB 27
352,269 352,269 00000000000000000342097fe8c6aa862e710f593402084bc948e86a6cfe207c 1,995 1.00/1.00 vMB 31
352,268 352,268 000000000000000006ccba0bce6c170d08e8a0a1dbdd8b0c159db2bb38f36845 2,440 0.75/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.