Loading Tool

Explorer IconExplorer

Memory Pool

47,453 transactions
28.00 vMB
0.06648189 BTC
Random Selection Loading Transactions
Max Size: 149.14/200 MB

Candidate Block

Mining Attempt 7812c5e86f884df5266194f7cbce77b37fe91b3aad35d0a16338a630e5af7989
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 23800012600f3c13816eb9ac002d204b9d218bc37625a0b7ae6761c323f05e2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.01314853 BTC
Feerates: 40.21 > 1.32 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (221,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,563 693,563 0000000000000000000a1a5295948475fc59f5c68f2bd203c45cfcccb195f363 1,315 0.86/1.00 vMB 5
693,562 693,562 00000000000000000001cfc48cc82e9c3b038c9f2479599a0d458a86298065bf 1,868 1.00/1.00 vMB 11
693,561 693,561 0000000000000000000cba3e6d6f579b9f286e63e14f1c54e63a2e1902a94e01 2,939 1.00/1.00 vMB 25
693,560 693,560 00000000000000000001d7226ffc8cec3cfff76c495ce04ab5ebf77a48dd234a 325 0.10/1.00 vMB 13
693,559 693,559 00000000000000000009fadbeb42bc1d48923f8adff9d560f0dfff234b2305b6 827 0.47/1.00 vMB 3
693,558 693,558 00000000000000000000d74713ce3068612f1f7f6f32afb17144919c93a9fe71 2,287 1.00/1.00 vMB 37
693,557 693,557 00000000000000000003acdee7b9e1fdc458acd5182d82549854fd7756a19006 1,407 0.70/1.00 vMB 12
693,556 693,556 0000000000000000001075758042fcfe1e95cbb75489e76594d221bd78770869 1,219 0.41/1.00 vMB 18
693,555 693,555 0000000000000000000eb056a8b03d0e0c13b6735d65a91288f569fb340d933f 1,455 0.48/1.00 vMB 11
693,554 693,554 0000000000000000000f6de04597234e6c39971bc522565bda12a6b602dd58f0 993 0.33/1.00 vMB 12
693,553 693,553 0000000000000000000f268e00341e5b937bc3f2663e55b407459a9d7ce8fa64 213 0.39/1.00 vMB 1
693,552 693,552 00000000000000000002a8677f81f453de9ca2d64939c93343a1b2f8edba358e 1,159 1.00/1.00 vMB 10
693,551 693,551 0000000000000000000468456b4a7b0ac27e3f3c12e066286f2dd12777ad31f3 2,075 1.00/1.00 vMB 14
693,550 693,550 0000000000000000001265a6170eb47c65cc6bf1a1f76ba7006222ecc9924f80 2,124 1.00/1.00 vMB 12
693,549 693,549 00000000000000000007fe979a7f7b43d82882d68805d942140fae5a3ffadbb4 1,126 0.39/1.00 vMB 13
693,548 693,548 0000000000000000000b6a7245cfee191359f9220e86c60cc1885aafeda49b54 2,001 0.74/1.00 vMB 13
693,547 693,547 00000000000000000013245635439c42a8346aaf2cec204a07a7cde82d1aed89 1,298 0.47/1.00 vMB 16
693,546 693,546 00000000000000000012b3369cbe103e1bb1e06bc85352794ac5b1edf01092e9 342 0.15/1.00 vMB 11
693,545 693,545 0000000000000000000bf21eb6abb5cc9778e2e8bdfb5a0240b20ea9cee7ef09 3,016 0.97/1.00 vMB 11
693,544 693,544 0000000000000000000e47efd10c6f5d58c94d62610b76d4afb77a2aa5ed0af3 1,010 0.52/1.00 vMB 8
693,543 693,543 000000000000000000084a2e3f490d0c0f8df12c9c907850fe57ec2b868cd73d 77 0.03/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.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.