Loading Tool

Explorer IconExplorer

Memory Pool

78,081 transactions
29.25 vMB
0.07637703 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 9bb6194d600c756b382810f25328fbdd2b4a059865412190dd23954e0db2f759
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root a84a13dec577dbf99d433f451456f4600edb58dfe927f4b6abbc1807b4ff2a3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.01233410 BTC
Feerates: 73.20 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (799,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,839 115,839 0000000000009c8b3bd9df79abb1be7d9bcce1a1a26a830ce2c3651134c9b669 25 0.02/1.00 vMB 46
115,838 115,838 0000000000008347acd6d6f2b58a9f97aaf70139843c101bf6a75363a193b716 9 0.00/1.00 vMB 1,194
115,837 115,837 00000000000076c4e7e9e77d227603ef589a3a09f92c60c5ff01acccbd943474 9 0.00/1.00 vMB 324
115,836 115,836 000000000000323e75f37c0f769adf3ee2b3b69630f28b8455399345b7c55b43 11 0.00/1.00 vMB 1,079
115,835 115,835 000000000000e915f2419d11245e86a374bf42145e8480b300882ac287288a57 20 0.01/1.00 vMB 670
115,834 115,834 000000000000f01cae80a811e8a01f2a722ee677d38cfe36057bab4584b6d94e 12 0.00/1.00 vMB 907
115,833 115,833 00000000000019d05e87b7380efb00d16ff27bef08a42446a181df377a0d8d7b 9 0.00/1.00 vMB 789
115,832 115,832 000000000000e83b1e57e943a2a98cda759ad02d05c49e3f966f9cab50e9304a 2 0.00/1.00 vMB 2,481
115,831 115,831 000000000000b7ba3efd0be072f2c9b2ad0ca416eba1fdfa7d115082323b6aa9 2 0.00/1.00 vMB 0
115,830 115,830 0000000000004c7158f848552081dff24df5d10fae95cd68627442685a708e57 5 0.00/1.00 vMB 0
115,829 115,829 0000000000004482fdf75b7b6d53f9cb8fb7a953448f52236a8029693f86abfc 12 0.00/1.00 vMB 0
115,828 115,828 00000000000089edd5a6bca3ad90154453cad706aa071fe2617cba350844060f 9 0.00/1.00 vMB 349
115,827 115,827 0000000000006457ee59ca0df66fa5f920512185655c7a2447fee3dbe92a40fb 11 0.00/1.00 vMB 1,123
115,826 115,826 000000000000d4cb38c93e34d8b072585d92ca3bc20d936e309f66c99d336630 6 0.00/1.00 vMB 1,094
115,825 115,825 000000000000e530313054fdfb2547cb9a5b79904d777aa9de9edadbfe2c82cd 18 0.01/1.00 vMB 585
115,824 115,824 00000000000021fdf36ff6e469a5cb18edd35cd2c1825f21e0ea1764eb83d49d 3 0.00/1.00 vMB 0
115,823 115,823 000000000000df9f28b456f9fe1d2d8ba4c3c7665453282cbc754f434538fea4 10 0.00/1.00 vMB 775
115,822 115,822 0000000000000eb04f4a8054f127502d8f710d6df4349d60194a4678ec891431 10 0.00/1.00 vMB 664
115,821 115,821 00000000000012b75d80966ed87758de2acb714309938d23cce76fd84a13bb59 16 0.01/1.00 vMB 163
115,820 115,820 0000000000002ae495d2f8e892eb2ec2fcfbecd0e874da3d0e9415e6d34b02a7 2 0.00/1.00 vMB 0
115,819 115,819 0000000000006b3a129ef207860831703e1e7ce80e6861d511f519a4369a247e 8 0.00/1.00 vMB 500
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.