Loading Tool

Explorer IconExplorer

Memory Pool

48,641 transactions
29.59 vMB
0.08896541 BTC
Random Selection Loading Transactions
Max Size: 157.66/200 MB

Candidate Block

Mining Attempt 6fe46c18a9bc75183c5515c70657c362ee89a0c6a314534b2f9d01e6159c5d11
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root fd3b1b2c556193642deb523de824b3928062e69064b4a5fd6e0018b892cd455d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.02743770 BTC
Feerates: 105.02 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (210,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,593 704,593 0000000000000000000663c2304210b5140095994a5294068a15f50bffa73545 3,264 1.00/1.00 vMB 23
704,592 704,592 000000000000000000047098e7975c2a85ebdcb1be5b72e3c103846a9d336a86 2,172 1.00/1.00 vMB 8
704,591 704,591 0000000000000000000d8cb530d5e70afc03d1c6f70884aba0ce7f2a4897b59b 2,633 1.00/1.00 vMB 14
704,590 704,590 00000000000000000000ced5c8b96acf7476851e5b60774d13b7d1a55a83a76a 2,716 1.00/1.00 vMB 11
704,589 704,589 0000000000000000000bfc55d797c14f25691dd6902f897f28bff761de929277 1,313 1.00/1.00 vMB 7
704,588 704,588 000000000000000000058b97ed88c595239e735eda5cf1a0dd546e375a492e77 1,868 1.00/1.00 vMB 7
704,587 704,587 000000000000000000070e59c74bf3437885923725f2ad8e1fedb05f24f15e0d 885 1.00/1.00 vMB 10
704,586 704,586 00000000000000000001a4af2f61db17db04b883b3ce2ea32957ec39c10421c9 1,233 1.00/1.00 vMB 5
704,585 704,585 0000000000000000000631b7577576642b6262e897b9e4443a2496166af840fc 978 1.00/1.00 vMB 8
704,584 704,584 0000000000000000000ca56a385527c5609c71def82a5c27d6741e4f41362e19 925 1.00/1.00 vMB 5
704,583 704,583 00000000000000000001eae59e89e1447016cd7553e050a2e5a7a31dff2be5dc 1,571 1.00/1.00 vMB 17
704,582 704,582 00000000000000000003086280ada6f43fef8508798b341d4b389a782afc0c46 2,068 1.00/1.00 vMB 15
704,581 704,581 0000000000000000000aea5cafddb785944a901b22387fdf20ec9e6aecdc0b99 2,850 1.00/1.00 vMB 12
704,580 704,580 0000000000000000000dc5134af523f6110047ad44fafec695ed8a7b1a9752ae 1,932 1.00/1.00 vMB 10
704,579 704,579 0000000000000000000ac9b91550a91a7018231bf51ed43e8ad8a23cc616c624 2,655 1.00/1.00 vMB 15
704,578 704,578 0000000000000000000250e7499e9286cd3795569d8d232dfcf449ba88007497 2,974 1.00/1.00 vMB 23
704,577 704,577 0000000000000000000129a42cb3baca7227003682650d07e8c2395e51350802 2,134 1.00/1.00 vMB 11
704,576 704,576 000000000000000000038668c73d13117f6836cd5e5129313ce85e00c4073cb9 2,536 1.00/1.00 vMB 12
704,575 704,575 0000000000000000000216f0f2dc7041d95ae15a9846f01f7b27a335c64ac85f 2,936 1.00/1.00 vMB 20
704,574 704,574 00000000000000000005ebe9ec3141f178816ead4a68f6c49922c4a91fe67725 2,296 1.00/1.00 vMB 28
704,573 704,573 0000000000000000000a013538a9e6ebe6b87c55191d8acc5fa88f91d449e306 2,659 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.