Loading Tool

Explorer IconExplorer

Memory Pool

11,510 transactions
9.72 vMB
0.03069882 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.60/200 MB

Candidate Block

Mining Attempt 29af1f1808b7f6c0a5c51273b55e59724b83fb030baab48fe8cc7e0424729264
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root 2fadc7806ad9cc3431373320cb204d8bd6bb87284409677059771d98c6541d76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,934
Size: 0.99793825 1.00 vMB
Total Fees: 0.01625064 BTC
Feerates: 194.03 > 1.63 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (715,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,814 197,814 000000000000045d5774c9e4470e0164a8f32861f04483471057f2940e7b2e36 700 0.28/1.00 vMB 214
197,813 197,813 00000000000001e8a99862213522d13bcff46c52853069db2760994517a4289b 10 0.00/1.00 vMB 211
197,812 197,812 00000000000003eb4ffa19fcc69ea7234e9cbdf5c03baeb65f2ec80c842369b5 204 0.14/1.00 vMB 88
197,811 197,811 000000000000061fc3cdc6c2b48e6fe8c60f5c9a10b77adfec3506ef9ba6bddd 567 0.23/1.00 vMB 131
197,810 197,810 00000000000000ba6f844835206891b97266ded971727a420868de09f5968a4f 256 0.11/1.00 vMB 142
197,809 197,809 00000000000005843e7155636259856edea2169ef153c0c071cbed8985487ff7 683 0.25/1.00 vMB 139
197,808 197,808 00000000000005d081f446ac77cd63f4f251dd7fe4d0833a5cfa9532e38193be 97 0.03/1.00 vMB 355
197,807 197,807 000000000000005cc1e0155d6c8ee7bd269a595e9b5dd4ed683b7c498783dce8 512 0.21/1.00 vMB 191
197,806 197,806 0000000000000028efa00ae8f40628f03d74ed988031a57d94d64eb5c7f668b0 138 0.05/1.00 vMB 113
197,805 197,805 00000000000005c1fb685c43003bdbb0b24b6d396af9daebcb4604459054e589 139 0.05/1.00 vMB 553
197,804 197,804 00000000000003b668c6d58b545de53e0840f239a18ff2a2efede14bfe30b98c 182 0.07/1.00 vMB 119
197,803 197,803 00000000000005b0e327019db84f0f53d8d55c42ea63d8009baef2ae713fe8a7 54 0.02/1.00 vMB 166
197,802 197,802 0000000000000108ead09fbcefabe74ea2db35aaee192c21c5d4b2ae0356d5d1 16 0.00/1.00 vMB 102
197,801 197,801 0000000000000306a15d8e2ff7caaa619e65ed889cd05ea3113a3c1684c2e366 14 0.01/1.00 vMB 26
197,800 197,800 00000000000003122975529d6e7da88ef5e2a01c726812c41e2c0848117c45c5 168 0.08/1.00 vMB 225
197,799 197,799 0000000000000470543a86843f9f95054b6d11975833a6a44b80ab74b2febf74 33 0.01/1.00 vMB 1,504
197,798 197,798 00000000000006101d3ff143c202ba4297bc498aba2af2f0c1def9f49dc61266 7 0.00/1.00 vMB 28
197,797 197,797 00000000000002bd58e5a23c3722ec0046ab4f656bc4f9954ab5c95824b4f1ec 128 0.06/1.00 vMB 294
197,796 197,796 00000000000004d922ad0a3ead50eac03e9192b06d78aaaebd60b41584a5e077 140 0.03/1.00 vMB 89
197,795 197,795 000000000000056403f1c16fc14f934302827c3cfacdb714e398726a4df11217 228 0.08/1.00 vMB 290
197,794 197,794 000000000000057935d658b7648370df2e03754e5127ff431b3e1da73c2fd34e 80 0.03/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.99 GB
    • Received: 4.40 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.