Loading Tool

Explorer IconExplorer

Memory Pool

82,192 transactions
31.09 vMB
0.12018405 BTC
Random Selection Loading Transactions
Max Size: 186.05/200 MB

Candidate Block

Mining Attempt eb3a1cf74c63bf4c33dfa5f5d276d6918f68c614522604835e4e0ae604a1ce70
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1c912bd10e2d525311893329b7f2974a789d7eeb572352d57f872bf3f8ab48de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,606
Size: 1.00 vMB
Total Fees: 0.03549374 BTC
Feerates: 101.42 > 3.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (534,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,495 380,495 000000000000000010c98702016b6f3b7ee45683d3d36a6c1ae8b2a870a577c8 645 0.43/1.00 vMB 26
380,494 380,494 000000000000000009a2e2d578542b7e0cab7e419e33f81fb433ea0bc8e7dd14 1,508 0.73/1.00 vMB 33
380,493 380,493 0000000000000000090671e3e8df7bf139f25fbe8c34b82b6a3bf03e73d3d0a1 501 0.44/1.00 vMB 20
380,492 380,492 0000000000000000112dc0c8a26add5e1481c23456db6bbe41421799ae4671bf 1,492 0.94/1.00 vMB 31
380,491 380,491 00000000000000000535ff671218d5b821b32cdf693f5346ab2d0329f4c0733e 1,411 0.93/1.00 vMB 29
380,490 380,490 00000000000000000f9136ecfde725d21578c9e947c64a2de27572cebd42da0b 2,087 0.93/1.00 vMB 39
380,489 380,489 000000000000000010ca0b3a107271e5708ed307bd6999965cb567acf91a58c5 1,550 0.90/1.00 vMB 31
380,488 380,488 000000000000000006fac8f5daaa0153fcd4c502544de0620446154b6d797497 106 0.06/1.00 vMB 40
380,487 380,487 00000000000000000320a72b0b908e86ffa5c8f8d510d7453ac5de5c93ed5f7a 477 0.46/1.00 vMB 17
380,486 380,486 000000000000000006f7de79524170ed39e0b1381ecfba82795d6f5545a7e610 1,711 0.75/1.00 vMB 45
380,485 380,485 0000000000000000061336e2f34972d9c9d67cb4fd3ff20f43abc51ecce6651e 461 0.25/1.00 vMB 32
380,484 380,484 00000000000000000a3db57654733ed5218258bc84c6239f5ed3c1bfdf7015cc 468 1.00/1.00 vMB 6
380,483 380,483 0000000000000000089eda99e031d6330eac80b8d5adec2c23b5357e18ce99ca 749 0.38/1.00 vMB 36
380,482 380,482 00000000000000000a6c114f9f82d112cbb5418337d946a3038fba5b264d2535 338 0.25/1.00 vMB 24
380,481 380,481 000000000000000000dc78b91cac536f6e5bc04b1da4ae8fbb5c58acca5c1a2a 363 0.20/1.00 vMB 30
380,480 380,480 000000000000000009bd67be20615c589b7e01060c35431d1954e4278b709fe2 601 0.40/1.00 vMB 33
380,479 380,479 000000000000000004183443025f128b8e49f3e95e0653788b5ab75a6512494f 297 0.23/1.00 vMB 19
380,478 380,478 0000000000000000069cbbc9eacd74be42da1bc50e041c43f552b12a9ae99a84 488 0.21/1.00 vMB 35
380,477 380,477 00000000000000000637cda455d6ca9f3497f4afc54e2524bf2e208401a88a77 1,530 0.90/1.00 vMB 34
380,476 380,476 00000000000000000822be09757b0e0735c7ae03eb8742b0ea3b7396830b9f7d 158 1.00/1.00 vMB 1
380,475 380,475 000000000000000001fad65782b49c149c226116c7fd60a83ab591418acb761c 352 0.20/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.