Loading Tool

Explorer IconExplorer

Memory Pool

33,164 transactions
25.09 vMB
0.04991815 BTC
Random Selection Loading Transactions
Max Size: 127.18/200 MB

Candidate Block

Mining Attempt 5131cc8b8b78ff2e490a5d21dfbbc2d0b0c1e11bf48e311cd19afb5fde118128
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 794c4058221d706c7fd1978bcaff5ad0e490ee055e7c2e5f9f6088b75d6f43e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,636
Size: 1.00 vMB
Total Fees: 0.00483368 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (523,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,593 391,593 0000000000000000064bbc5b94d8edcccdcbbf069661e8f01c34313a05881141 126 0.13/1.00 vMB 21
391,592 391,592 0000000000000000073c88cc4dfd066ffcec5e860a0cb6013d25620ff3d48637 472 0.94/1.00 vMB 9
391,591 391,591 000000000000000005a28dc83f31d6b14fc2e43f6e2ebeaf4ac99e732b7a4c20 792 0.88/1.00 vMB 33
391,590 391,590 0000000000000000035dff5d6baa7ef67b355c4dc53e7692e0938fa4868e32b0 908 0.95/1.00 vMB 14
391,589 391,589 000000000000000002af9ae32161ce56cee8a0785f1b16fbfa5f2d3e798bc3e0 2,311 1.00/1.00 vMB 41
391,588 391,588 000000000000000001075ade52fc4a86becce5d08c7d946545edfd5f2150dea6 1,027 0.51/1.00 vMB 41
391,587 391,587 0000000000000000059a30609e0c9716623d61607f9eb4897b8666580dec15cd 318 0.99/1.00 vMB 7
391,586 391,586 000000000000000001efc287b0e7ccf85bef9ebd9ba63a375e990d61d266dd79 524 0.93/1.00 vMB 14
391,585 391,585 000000000000000006778466336602df63b2f27e7fe744c9b11a0c252ebb2ec0 1,537 0.95/1.00 vMB 22
391,584 391,584 000000000000000006c3430404a82cfef858b18fb5ad64d85624d8fdcede261f 2,244 1.00/1.00 vMB 50
391,583 391,583 000000000000000002c8fe3831543e988e21cffef1f64d28ab6232ae6cf38004 1,684 0.99/1.00 vMB 22
391,582 391,582 000000000000000005852be90114534499cd4d9ecc36aeee9d6d6fd6cd5d28c0 3,040 0.93/1.00 vMB 57
391,581 391,581 00000000000000000006f79ae0a60b2aa2cb122a77a4af4d93ba64bf9fc91f4e 1,198 0.85/1.00 vMB 24
391,580 391,580 000000000000000009314d7c7f9384fa7e5d6e3da0dbcfd4411e97f7754120f6 427 0.35/1.00 vMB 16
391,579 391,579 0000000000000000047e720c2ee7daf75b8a3f2a1f10766fdb32c7496b89036a 2,005 1.00/1.00 vMB 38
391,578 391,578 0000000000000000046e37fab11ab11b0c7241ae7cf30311ec48da1696b2818c 1,127 0.93/1.00 vMB 21
391,577 391,577 0000000000000000052578f9e7c8175bc5e96ec9e8eb6c253139c5ba6aa5350d 475 0.24/1.00 vMB 30
391,576 391,576 000000000000000008845bbb41e55a0623ea3e7ae4e3649ba1ce51a6df08a1ff 814 0.60/1.00 vMB 29
391,575 391,575 0000000000000000093cf9ecd170685370c1984c86210b289c72a1b09025b2b7 1,800 0.99/1.00 vMB 32
391,574 391,574 000000000000000008a41ad8189a6dc2d1a6a005a1950156201033deb75436e2 618 0.93/1.00 vMB 15
391,573 391,573 000000000000000003a1748c887f911647ab293e84a9e56567006b915d662aeb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.