Loading Tool

Explorer IconExplorer

Memory Pool

37,317 transactions
19.23 vMB
0.04871250 BTC
Random Selection Loading Transactions
Max Size: 106.06/200 MB

Candidate Block

Mining Attempt f5c5d41eb8588a57c639a55a396ffea7f40f1488989f18ae29b83e1e9fb10e22
Version 20000000
Previous Block 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73
Merkle Root b9cd70e1a067471e6fe3abd0993cc1106463f4946b3827ca2a601656c6c53da1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,171
Size: 1.00 vMB
Total Fees: 0.01131623 BTC
Feerates: 619.14 > 1.13 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,883 (1,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,516 912,516 00000000000000000000d4555b68d19f22324d9b503bcccff453b01364952a4a 822 1.00/1.00 vMB 2
912,515 912,515 00000000000000000001a65f6361d7af5cb9bba5320aa284d61e83db701aa239 2,401 1.00/1.00 vMB 4
912,514 912,514 000000000000000000017ffb512da0e6cb3afacef37d12a6818e5451f5f15b24 1,101 0.44/1.00 vMB 2
912,513 912,513 000000000000000000004c83650fbc06ec4090f8f4f952b7f0149ca2933f8108 4,303 1.00/1.00 vMB 1
912,512 912,512 00000000000000000000194de749454f7a036884ca56688e1a2529c415cac194 3,261 1.00/1.00 vMB 2
912,511 912,511 00000000000000000001a9c90f8bfdcbe11a8bb905409c2e9e8c90fdd8c9752e 3,212 1.00/1.00 vMB 65
912,510 912,510 0000000000000000000028614512708a3a7c6792a218ee2859cc6aca74d7cc0e 2,732 1.00/1.00 vMB 3
912,509 912,509 00000000000000000000a7d32e5b1926a61ca1b323615cf9fea7d211f3b55360 2,479 0.95/1.00 vMB 2
912,508 912,508 00000000000000000000d1dda9d752d9490be15921ab49d951f5fb7ef81b94f2 1,060 0.30/1.00 vMB 2
912,507 912,507 00000000000000000002056532406e6e145860095f531b1512bd35cbaa3b671b 5,698 1.00/1.00 vMB 0
912,506 912,506 00000000000000000001a848b55f60ae397ed3b407c6a99d767868b3ff29858e 3,010 1.00/1.00 vMB 2
912,505 912,505 00000000000000000001b98857537bdf7bb98d7da9b7a5864bab737b0fcdb87b 6,426 1.00/1.00 vMB 0
912,504 912,504 000000000000000000009e0a2203e6954de14a17b63692fcfdd4a20cef8abf88 2,563 1.00/1.00 vMB 3
912,503 912,503 000000000000000000014d7c1dee8492516a87cf61c277f824364932b48ce3f3 4,160 1.00/1.00 vMB 1
912,502 912,502 00000000000000000000392ec5569dacc0d6ff9d838047af4bc17a685f26e13e 6,366 1.00/1.00 vMB 0
912,501 912,501 000000000000000000022ad582805849d3c42546fd5beda2832e9d003a3e8383 5,533 1.00/1.00 vMB 1
912,500 912,500 00000000000000000000de09967c613e4e3f54a096726f65e28ae66a3c53e241 5,627 1.00/1.00 vMB 1
912,499 912,499 000000000000000000003ba406a8ba42d75bdaf12b268711fc1a61a185df40b7 6,643 1.00/1.00 vMB 0
912,498 912,498 00000000000000000001470ea47c3ca2032675b3c8d2d85dd8e5c8704a23814e 6,717 1.00/1.00 vMB 0
912,497 912,497 00000000000000000001faac20b1ef7a36d96831fef2fbece1f29c64acb61057 6,166 1.00/1.00 vMB 0
912,496 912,496 00000000000000000002152021ef2a4de9892b8dda43665c1b8a489522315a96 383 0.10/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.40 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: 525.37 GB
    • Received: 5.19 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.