Loading Tool

Explorer IconExplorer

Memory Pool

37,523 transactions
19.27 vMB
0.05017596 BTC
Random Selection Loading Transactions
Max Size: 106.34/200 MB

Candidate Block

Mining Attempt ea947a9fb7bc52eff604e4037674494cac893dc08150ebee6ae9fdb821651d6e
Version 20000000
Previous Block 0000000000000000000155901d19c5ea5f3d16868592b5dc4d4133280b56da73
Merkle Root 0db200d603f6b5885fe12111125f2258e75d5304b5bf49815ed389c90b45c62d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,082
Size: 1.00 vMB
Total Fees: 0.01277361 BTC
Feerates: 619.14 > 1.28 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,883 (1,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
912,495 912,495 000000000000000000001baf9d4f650b35acf6fed4f0b0e1beb1f5b91fb6cd4d 5,175 1.00/1.00 vMB 1
912,494 912,494 000000000000000000001693052813d2be9fc940cd07231a2a3d5c30a34dcbfd 5,284 1.00/1.00 vMB 1
912,493 912,493 00000000000000000001d53a99007ab94c37c31a8f3c4ed50de3d376d5312c2e 2,909 1.00/1.00 vMB 2
912,492 912,492 000000000000000000018e20064443db453eeea8094b90cd10cf6b0dadaab928 4,927 1.00/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.