Loading Tool

Explorer IconExplorer

Memory Pool

43,473 transactions
26.98 vMB
0.07109226 BTC
Random Selection Loading Transactions
Max Size: 140.83/200 MB

Candidate Block

Mining Attempt 0cb5da41302fa58b845004c9b4b89073477fe8280adf590989b6e0bb53205bdf
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 741046750cc1e9c717813de2491c551144ef09b954292b4d724b6de522ecbb9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,261
Size: 1.00 vMB
Total Fees: 0.02064641 BTC
Feerates: 150.77 > 2.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (412,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,454 502,454 000000000000000000292a6202e2c2a79f33977cd9bdad9f2eb8c682aa004e2d 3,255 1.00/1.00 vMB 428
502,453 502,453 00000000000000000022fd1a07d422dce89a7334adcd364d55a4a604d87151b5 2,173 1.00/1.00 vMB 584
502,452 502,452 00000000000000000008fb7460111e3818f9be2f6ec6b220f34f10eacb304198 1,151 1.00/1.00 vMB 504
502,451 502,451 0000000000000000008e7f832e771eea82c9cdd60613173c7c09aeecd8d30635 1,079 1.00/1.00 vMB 287
502,450 502,450 0000000000000000004ce4315a609ae887e9c1f4e5340efd90ca2aa353543405 1,237 1.00/1.00 vMB 438
502,449 502,449 0000000000000000008f9734accbbb81d6ed5048b1e437a839a33a79f1408bb8 2,953 1.00/1.00 vMB 547
502,448 502,448 00000000000000000077800c0c97ba9d8a41dac677d49b909bea3c9ea326c911 2,077 1.00/1.00 vMB 320
502,447 502,447 0000000000000000002eefbad3644051cae392a8f6245f33c4a64196283de227 2,501 1.00/1.00 vMB 404
502,446 502,446 0000000000000000001fae72600f08ea73b13b350b3e3880fccd40e18340cf73 3,316 1.00/1.00 vMB 528
502,445 502,445 0000000000000000008da2b3ccae6a68f876ae01751c433c67ba8f383b3ab10e 3,328 1.00/1.00 vMB 556
502,444 502,444 00000000000000000032b34bd0d2a95ab1c66477832001bb3aac3e09e4a0e72e 3,365 1.00/1.00 vMB 544
502,443 502,443 0000000000000000007a0eccc5367813f8bbf1ecc7b61135ec5bacd04ca933e6 2,713 1.00/1.00 vMB 455
502,442 502,442 00000000000000000043f2392131e59bb4a07a706b6e894a712008dda97c7e8e 2,881 1.00/1.00 vMB 476
502,441 502,441 0000000000000000007c0c9d08c53fb68c2471f166fa9c3d4227560a018e9512 3,255 1.00/1.00 vMB 495
502,440 502,440 0000000000000000000028b82bc527078b4dfc3fdd0558868da32dbd6112c3aa 2,219 1.00/1.00 vMB 655
502,439 502,439 00000000000000000065b3edb378a68a6d59eacf2ed467c9c8d6b833934e960e 2,986 1.00/1.00 vMB 668
502,438 502,438 0000000000000000002623377fbf4f22f0c218e2428de96f501874b74a042e24 3,313 1.00/1.00 vMB 508
502,437 502,437 000000000000000000069d522d2b1ddacd15028b8a94d8b5ae3d579d0bf318c4 2,350 1.00/1.00 vMB 392
502,436 502,436 000000000000000000204f5f4a4e0295bacfc7435e8b25218c3bbb2847f8e02f 2,240 1.00/1.00 vMB 329
502,435 502,435 0000000000000000000cc801855001ab9b8c54fbaab2b3aac4ce8ce2441fc0c0 2,570 1.00/1.00 vMB 396
502,434 502,434 00000000000000000039f42012eee84d0ec3f6556ab46d409fca8c2120069ef3 2,718 1.00/1.00 vMB 414
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.