Loading Tool

Explorer IconExplorer

Memory Pool

45,029 transactions
27.50 vMB
0.07562754 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt f54cb8a4c962987f881fdae1868ab3f67bd6d8c5d31fea90b10e05b5dd4eb8a6
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 1e169e20070b91d4d140c2f5f9dbbb369d1ba511f169bfe642e26e48b211c400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.02385453 BTC
Feerates: 192.02 > 2.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (206,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,494 708,494 00000000000000000007f16bb95072608bbfabcb97f4f2b8ea2972d1a54c653e 2,897 1.00/1.00 vMB 18
708,493 708,493 00000000000000000004c8d2e38f9e9dc89c16948a05db243207745e86619e8e 722 0.91/1.00 vMB 1
708,492 708,492 00000000000000000000c1dcf875d106c5b2887ed93cb422a15a0c007045aac4 2,816 1.00/1.00 vMB 9
708,491 708,491 000000000000000000097f032e6d9fb12ee153f3cc94cb66bab20972668a82d1 2,456 1.00/1.00 vMB 16
708,490 708,490 000000000000000000068f49f106dcbca7277e0588c38305c0cfb9987fff214f 2,238 1.00/1.00 vMB 2
708,489 708,489 00000000000000000003667b029e5c0ca2f406d51dc374a6497066dfdcf87f74 2,216 1.00/1.00 vMB 6
708,488 708,488 0000000000000000000674bc689a74dba6d32053abeb91063f5ecee7bbc4fba6 2,106 1.00/1.00 vMB 14
708,487 708,487 00000000000000000002e4a163cba05dd67f7b9545047174b8c9a33b242d5295 1,382 1.00/1.00 vMB 10
708,486 708,486 00000000000000000006e871574e3e60236de32227b94f847ef1b7bc7412b588 2,489 1.00/1.00 vMB 9
708,485 708,485 000000000000000000081bcf024a0b3f4f811ddfc492dd9ad37915d7d36d12b9 3,186 1.00/1.00 vMB 26
708,484 708,484 00000000000000000003fbae680c3d8c687869aa8680cb993fde93409decdb4c 2,583 1.00/1.00 vMB 5
708,483 708,483 0000000000000000000afb98bae461ea6cf044bfb15ac0d196f191068331df7c 2,293 1.00/1.00 vMB 6
708,482 708,482 00000000000000000008184b6c0fdcbd717cfa505b58d91015d20ac635b7c3b6 3,027 1.00/1.00 vMB 23
708,481 708,481 00000000000000000009e53943088e1cfaf62b114f6ee4a15bdc5b8b6b2daae6 365 0.14/1.00 vMB 12
708,480 708,480 000000000000000000008ab69aae20ea3f25966d891399f282d30bcb7b3f0627 1,387 0.48/1.00 vMB 11
708,479 708,479 0000000000000000000823a85330b2d41014a79ddc74fede93cf11b7931c8919 150 0.04/1.00 vMB 10
708,478 708,478 00000000000000000006d71b0a02bfc760786fe475100e6a49f32a1b7b1578bd 2,509 0.91/1.00 vMB 10
708,477 708,477 00000000000000000009a34374aa93029d98a520a274287e361cc07dc57b83a5 1,477 0.86/1.00 vMB 5
708,476 708,476 000000000000000000043fbd4fbb620a0389cb20c2d395bee2f131d71b688810 1,430 1.00/1.00 vMB 11
708,475 708,475 0000000000000000000b93f261b474b7d83f15ce147b2d4ad37df83f3ed5af0c 805 0.27/1.00 vMB 10
708,474 708,474 00000000000000000000728a15db305ef37b10b8ab522c4b994d4aa916e9711a 1,495 0.48/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 654.77 GB
    • Received: 14.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.