Loading Tool

Explorer IconExplorer

Memory Pool

40,421 transactions
26.47 vMB
0.05711605 BTC
Random Selection Loading Transactions
Max Size: 138.13/200 MB

Candidate Block

Mining Attempt ba34be3a57b825656ff6ff9dd98f5cbbb7f7c6d1c568d735857bb8c29a9a0f30
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 1b1c37b60100b34fc730d8973348de3b615b10b9aa4c663879d32a5d104251f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,312
Size: 1.00 vMB
Total Fees: 0.00844896 BTC
Feerates: 50.27 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (104,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,587 810,587 00000000000000000001f3b9e63f34d1cba53609e6a863c8a61a595e3114d6a3 1,899 1.00/1.00 vMB 21
810,586 810,586 00000000000000000003a85f4a589bec10e7fd9b2acec449af221cdfa1161999 692 1.00/1.00 vMB 6
810,585 810,585 00000000000000000001dc4d2be5b2b28b0c971d096bae3eb12efe290ccbe27f 1,333 1.00/1.00 vMB 9
810,584 810,584 0000000000000000000097720a8035d41dc4f77fcfb0b5877758f7e76df2b727 1,815 1.00/1.00 vMB 8
810,583 810,583 000000000000000000007a7cf57c6812bf5452380fe748d9b9d9e051c72366b8 1,463 1.00/1.00 vMB 9
810,582 810,582 000000000000000000039d150667c2bfc23971f525fc1ad5471e807e4f17c205 1,610 1.00/1.00 vMB 12
810,581 810,581 0000000000000000000347fa66a208dcb76e55c808f2a94dccaab36a2285e538 2,687 1.00/1.00 vMB 22
810,580 810,580 0000000000000000000197120cbcd194ad8ba4f9029d3724325f1335f9c826bb 3,133 1.00/1.00 vMB 31
810,579 810,579 00000000000000000002b7114f02ce91b4d557413d88a16de2a3280bf49bb4f8 1,698 1.00/1.00 vMB 4
810,578 810,578 0000000000000000000207c6a68dde8187cdbf87b8481797e8b4d5fdd0f185b5 1,330 1.00/1.00 vMB 29
810,577 810,577 00000000000000000004e8c2b10af3160d815eee5ae4de07b8d8ec79492e0cf1 2,111 1.00/1.00 vMB 12
810,576 810,576 0000000000000000000272d9288829bc255e8588dbb657b45569894b5e72e34f 2,276 1.00/1.00 vMB 10
810,575 810,575 0000000000000000000131dffa4f0119d8e48b569438a1445e0e9992b4d18a84 2,425 1.00/1.00 vMB 12
810,574 810,574 00000000000000000002c5b899b13258d10986ae622de26542952350d9061dec 2,614 1.00/1.00 vMB 15
810,573 810,573 000000000000000000010197d755681c889f69ecf315d3e33b40f200df6f1b0f 1,811 1.00/1.00 vMB 6
810,572 810,572 0000000000000000000045021f867231a419ad701afd74378e8ba28c13caeb7b 894 1.00/1.00 vMB 6
810,571 810,571 000000000000000000032d825f87eb068c6af74871398bbff6705273dfe133af 2,403 1.00/1.00 vMB 28
810,570 810,570 00000000000000000004532985e7e7167cf19e432a79842ead48ee1eedf2b239 1,756 1.00/1.00 vMB 11
810,569 810,569 000000000000000000041bc4c374bbbb162b31215b40b9dd13283ac9e407f15f 1,834 1.00/1.00 vMB 4
810,568 810,568 00000000000000000003cd7267ce86dcb40b2685335609bc2212009ad451f9cf 2,617 1.00/1.00 vMB 21
810,567 810,567 000000000000000000030af7047936b5ce90c6ce066d8659c1fb4a93371f5d63 1,595 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.