Loading Tool

Explorer IconExplorer

Memory Pool

41,804 transactions
29.28 vMB
0.07362055 BTC
Random Selection Loading Transactions
Max Size: 149.37/200 MB

Candidate Block

Mining Attempt 0389347244a4c41c7c82ccf53d0a49d29f0ef71fc657f4d5f3c37de01de0b47e
Version 20000000
Previous Block 00000000000000000001475c6914d089aea865d11945633aa877341c672131b9
Merkle Root 0ee000845eeca14ecd039acf079856cc9e548889cf875ac626200335f2ace690
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,888
Size: 1.00 vMB
Total Fees: 0.01639535 BTC
Feerates: 60.27 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,535 (912,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,816 1,816 00000000feefa3cf0b442a9be3687761f4b231ea761e009f36650e7873301e78 1 0.00/1.00 vMB 0
1,815 1,815 0000000031083eaf072006f0f4a9d056ce067f886ffc260be7e8d1512a720996 1 0.00/1.00 vMB 0
1,814 1,814 00000000d4a3016ed192bb889ac5e9b785751dadcc96272d23f839bb4916841e 1 0.00/1.00 vMB 0
1,813 1,813 00000000fe2351603896e6e3949ec34bd4abd89af022c8f312b943b542d1f717 1 0.00/1.00 vMB 0
1,812 1,812 00000000089b370bfcd7018fbfc74f0269d4c658c7be88fefbf678202b1ed0ad 1 0.00/1.00 vMB 0
1,811 1,811 00000000e04fb2b1746560fe55b178949972bcccd10d40474138d00f67592115 1 0.00/1.00 vMB 0
1,810 1,810 0000000047d5a0870320bfe1a147312bc5a042d8e3e25dcf1bb72b5a7f23ac65 1 0.00/1.00 vMB 0
1,809 1,809 00000000d648126dda6e110d9b04870bcdb4063eff02538d84a1212208feabf3 1 0.00/1.00 vMB 0
1,808 1,808 00000000ffd7ae8a525d0083ee8384e13a6cbe1f1218f9ae26a637fbc2093a05 1 0.00/1.00 vMB 0
1,807 1,807 00000000bd5b5e202116da4da9c385e74f74e5a12a06307d1da7c64660e195b4 1 0.00/1.00 vMB 0
1,806 1,806 0000000001c93a0932609054f9b74426ce2b83a21609f8bad01b0f0bfb28addc 1 0.00/1.00 vMB 0
1,805 1,805 00000000b86e846ca528fa3c102ee17eaa7a2b8089b22699c94f220081ecccd9 1 0.00/1.00 vMB 0
1,804 1,804 00000000cd9ad78b3ad79a03418becb9599d82e676b0baaf161eba3c32aeafae 1 0.00/1.00 vMB 0
1,803 1,803 000000006463e5ccebec857a449bff36431f4d02c56c38aadce6ec1a37c75014 1 0.00/1.00 vMB 0
1,802 1,802 00000000d238b9599d98265f4313d8d57662bb8f8c51a2c6dfe54fcb847194ea 1 0.00/1.00 vMB 0
1,801 1,801 00000000c9ccddfd2f3e45036a8d04fcc3263a83b82b4a9fe134dc1d8c7ef295 1 0.00/1.00 vMB 0
1,800 1,800 00000000046d4e2de13c9a31dec05fafcae393ae7de773242abd4db47e9e747f 1 0.00/1.00 vMB 0
1,799 1,799 000000006a88eef081b653d0bc7cbc7296c7bcf0bf60c0c92586fd4d6a0c9fae 1 0.00/1.00 vMB 0
1,798 1,798 0000000040d9e6d28ab52d7998b4cf33ab98e149a9ee0c07caea1b74bafd0f51 1 0.00/1.00 vMB 0
1,797 1,797 0000000077a1b71cb25955f6f73aa3fb9860df1f98f7f16d295fbd843c61cd77 1 0.00/1.00 vMB 0
1,796 1,796 00000000e655a6b283f0b716725fd5681aa41b08a679d65b1564ec8515ef45f0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.56 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: 622.15 GB
    • Received: 11.30 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.