Loading Tool

Explorer IconExplorer

Memory Pool

39,094 transactions
27.51 vMB
0.06578062 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 629f93d4967550fcb8c2e88564642f2c114677b8d762c744a50e4e215cfc0f52
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 7f6c17c5098f6aac604377acb1b5ae0bca3073d0690476c0944979a8958ed5da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.01349425 BTC
Feerates: 100.95 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (527,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,757 386,757 00000000000000000757b1e92a07986ac7fb3f9ffe9974378beb1e87a6c857be 2,007 0.99/1.00 vMB 28
386,756 386,756 00000000000000000117b454cb2461c779d750b73e5dcaa40c2fd775351153ca 1,370 0.50/1.00 vMB 40
386,755 386,755 0000000000000000041a4c2e3016637810b79c41cc881ab18ed19f2a74d152f7 2,201 1.00/1.00 vMB 35
386,754 386,754 00000000000000000389d1c9640c0a2aff3374e9b23c64217c8af72dd8de4b8a 2,938 1.00/1.00 vMB 43
386,753 386,753 00000000000000000a9f1a3fcd7d2a3795a5a7886e7f76cba6a418604b636f7c 1,222 0.52/1.00 vMB 37
386,752 386,752 00000000000000000c2e01e9cf50e5c1da32813ad87eff4ff398383d97c64d79 739 0.32/1.00 vMB 32
386,751 386,751 000000000000000000cea71226159e9d03a0511c85923cca077014800c248e91 526 0.24/1.00 vMB 32
386,750 386,750 00000000000000000ae3c4cb8fd0a550c3870d4e4e299afd2afa35e2adb0a8f1 1 0.00/1.00 vMB 0
386,749 386,749 00000000000000000c30912d975be1c1d4c68044d5852edf996eca7fca072989 481 0.25/1.00 vMB 27
386,748 386,748 000000000000000004d130a0e28dabd7d86ddf3ffbc87e748eabeb2f63ef4ae0 2,603 1.00/1.00 vMB 38
386,747 386,747 000000000000000005f956708c9e59c36f06dbfcbbce2ea2ba8485f7c2357e80 788 0.38/1.00 vMB 33
386,746 386,746 000000000000000004b91b4eebf0038eee9ff980f393f60c9fd4a5b533d7f747 333 0.13/1.00 vMB 33
386,745 386,745 000000000000000000ec0d8e74aa1e74eb282192316fa693227acf13b72cd027 514 0.26/1.00 vMB 30
386,744 386,744 000000000000000009ba50592d238e898e115f2f91457f5feda873bf82abeed5 1,315 0.58/1.00 vMB 35
386,743 386,743 00000000000000000c4b2d84742a86e4b5da0aedcf3b355aba47885648db0dc6 855 0.40/1.00 vMB 32
386,742 386,742 00000000000000000a4929f0f91241a41e4c329e862e248c42cc818436bdbda6 772 0.40/1.00 vMB 31
386,741 386,741 0000000000000000076e8efa71e506ace15ec2839c296bb9b5d5c2162dc7ea7e 1,569 0.73/1.00 vMB 34
386,740 386,740 00000000000000000f0ef0e2e4ff8433ec32377deb41768125e7fdf1cb00fb4c 370 0.90/1.00 vMB 9
386,739 386,739 00000000000000000417ed705cdb0b1ee6ad2c395236361da4cf1ea913885774 2,254 0.93/1.00 vMB 38
386,738 386,738 00000000000000000308aaae6ac172385367f3f40d5e56bc563eeccd6e359954 576 0.25/1.00 vMB 40
386,737 386,737 00000000000000000353af3b93f36632c6561785e49423eae53640de4e01cb08 681 0.36/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.