Loading Tool

Explorer IconExplorer

Memory Pool

76,533 transactions
27.64 vMB
0.07796217 BTC
Random Selection Loading Transactions
Max Size: 168.77/200 MB

Candidate Block

Mining Attempt 2af07fa582b78acac2f7f84fa134e8db15d26b75c21f282d9be48f8b08b3b9ce
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 248dba478a9d22384bdd0efb4843b833d4ba8ed720c9885883a33bb1d26ba6df
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,826
Size: 1.00 vMB
Total Fees: 0.01896342 BTC
Feerates: 402.60 > 1.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (112,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,603 802,603 000000000000000000042cfbfb90ac1c7af07a4d2868841096cc9af3ba9bb015 6,163 1.00/1.00 vMB 7
802,602 802,602 00000000000000000000b4fac74be1d30473cb46f1060a2239bf8e403469f235 4,752 1.00/1.00 vMB 9
802,601 802,601 0000000000000000000413ca11b992b7af6bb57ffc1d81a7ad4e2fafd86f7f26 5,458 1.00/1.00 vMB 7
802,600 802,600 000000000000000000014d4330ecebe48b97cca46f5ebfde4054c0285a5c25d4 5,854 1.00/1.00 vMB 9
802,599 802,599 000000000000000000032b9cf3da7eb5d3128c7dccbc536014332ef7e192a53f 2,532 1.00/1.00 vMB 12
802,598 802,598 00000000000000000004831ef21b78976b1d32787f1a60940a4d207a44319373 2,562 1.00/1.00 vMB 17
802,597 802,597 0000000000000000000425f236eddb9655ce723c0ee7e455166b6bbac898a0fd 5,495 1.00/1.00 vMB 9
802,596 802,596 000000000000000000010c4f26bd0d1bdb0994668b195d362f771fd9c355fdea 5,623 1.00/1.00 vMB 7
802,595 802,595 000000000000000000021334c4e729e827a4c52ff2fae918627df3be8bed3a4b 4,759 1.00/1.00 vMB 10
802,594 802,594 00000000000000000003d14418b693946b6715ffaff4903d4ee008d11e52b49b 1 0.00/1.00 vMB 0
802,593 802,593 00000000000000000004ca672347cbe4502470896df2ffb99f1060ab1536e57a 5,166 1.00/1.00 vMB 11
802,592 802,592 000000000000000000040b6af71e602762b970c4aa89923a552bfc4e45b5f720 4,952 1.00/1.00 vMB 9
802,591 802,591 000000000000000000049274b80b99d95dfd22d73c6d879a2bb431b0823d96a3 5,734 1.00/1.00 vMB 7
802,590 802,590 0000000000000000000366257cf17e11bc60b21a52a8762c0e681db4345695e2 6,352 1.00/1.00 vMB 9
802,589 802,589 0000000000000000000449d1390f07b3af25dc1cb471a76e4a3cf8a319fd603a 5,165 1.00/1.00 vMB 9
802,588 802,588 00000000000000000001aa18a056a97dc2176336280184aa0055d372b998ab7a 3,835 1.00/1.00 vMB 22
802,587 802,587 000000000000000000036ade5294a21c058c1a00f5cd50bbf1a7c4fb69d5b8bd 2,060 1.00/1.00 vMB 21
802,586 802,586 00000000000000000001409b6bb48d3208638811e32b750f8c6fc096e8a9b8ca 2,171 1.00/1.00 vMB 16
802,585 802,585 000000000000000000010dd3e1a57dcec78232a76e61ff98eb4c53ef7978dd13 3,429 1.00/1.00 vMB 6
802,584 802,584 000000000000000000050647e14c553f19af99742a5bd3434cc31ef9c40e13e5 1,596 1.00/1.00 vMB 13
802,583 802,583 000000000000000000029f1e1c592c66885a4a3d22fa0491c69b6ac7490a2575 2,832 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.