Loading Tool

Explorer IconExplorer

Memory Pool

79,078 transactions
29.02 vMB
0.11616421 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt e3f585f7273484817731dcb396b560bbc9e2bd5f4cd037e3bf69104b7c1e3b3c
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root a90a21e1baa525f7c2ba94c13b7b44a3a6a521209fb098373bbdab12b8dfefc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.04221206 BTC
Feerates: 602.26 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (638,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,756 276,756 0000000000000001f586e868b0794ac79aa731a89476e3b80bc55e3d21468ffb 473 0.24/1.00 vMB 42
276,755 276,755 00000000000000000ad64f4bd3e5febdd837ecc42e70f17486a022b94d2b540e 109 0.06/1.00 vMB 35
276,754 276,754 00000000000000029004ddd51b4f55f438fbe5d9a068386f05ec4c8c0fd106de 176 0.09/1.00 vMB 35
276,753 276,753 0000000000000001633f2a2c6ed1a033d86954d4e78cd03b9e8d35ce5b7e6f6d 195 0.17/1.00 vMB 29
276,752 276,752 0000000000000001c038b90119c1c3fe891a5f6366f722c5014bf5e57d3ac4bb 688 0.61/1.00 vMB 24
276,751 276,751 0000000000000002b821c22ac70fcb860e32a1218c081038d8d8b525e665160f 517 0.25/1.00 vMB 49
276,750 276,750 0000000000000001adf09374b77a90ac56bb045ef7bb562dda568d2484826ea7 351 0.25/1.00 vMB 35
276,749 276,749 000000000000000157ab354eee8c44a57f4b04fc46869db75df5f63c7bc2e5c4 895 0.35/1.00 vMB 59
276,748 276,748 0000000000000002eab1c44d65ef344bd04607a723a0b8903da826a8ba05d102 409 0.25/1.00 vMB 21
276,747 276,747 0000000000000001eb4bb3eaa1ae4528a8c452c9d77f84adf41fa1431ff23f02 559 0.25/1.00 vMB 39
276,746 276,746 0000000000000000f5ed5748e418d6f3add2636b8148c81e3567544a4fb3c417 816 0.25/1.00 vMB 61
276,745 276,745 00000000000000026105549bce96c4212d3ae5f3a713a0421035598d3eb821c9 1,523 0.50/1.00 vMB 84
276,744 276,744 00000000000000008e2764fc1038866704bb3afa098330ddaa31ad2b4351b86e 1,036 0.49/1.00 vMB 45
276,743 276,743 0000000000000000b20f5525aaf49918719d1e708f66ca4613028dbaa1c2ad17 28 0.01/1.00 vMB 46
276,742 276,742 0000000000000000fce3f703d8b9db49706344d5f037bbad1e2c67efe186edaa 81 0.04/1.00 vMB 30
276,741 276,741 0000000000000001c0bc4164babf84ae28029b13d46c0111d2235addb29fe37e 193 0.09/1.00 vMB 47
276,740 276,740 0000000000000001d8b08de586778bae62ae82670c4fe99c646619dc05a55f6e 735 0.30/1.00 vMB 71
276,739 276,739 00000000000000028e0a675001d1e3b868a633e14b2b488a0f22d7b49a517f6c 67 0.09/1.00 vMB 18
276,738 276,738 0000000000000000eeb097abf74816df041d76788c261b5b41c5ed556cecec66 818 0.35/1.00 vMB 54
276,737 276,737 000000000000000309c06c6db42459c65d6c2689bb1b00b5ea89f70daf99ba30 438 0.24/1.00 vMB 29
276,736 276,736 00000000000000015ff6f8796b972c108e26e7e813c64cf26f1c81a5ae46e119 82 0.03/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.