Loading Tool

Explorer IconExplorer

Memory Pool

24,525 transactions
11.73 vMB
0.06757374 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.65/200 MB

Candidate Block

Mining Attempt 062049d3d607715a96fcdcd2e1faa69cd9ce76a8eac6dc08c16d9cd2ccf013ec
Version 20000000
Previous Block 0000000000000000000061303aecdf2cbbea70a3d58ae0a454550813cc9b3f87
Merkle Root 03b426fd5bd44020cb222a044e424acb380ef71554f817ee78c4e31cfdf9ffd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 0.9979155 1.00 vMB
Total Fees: 0.04822905 BTC
Feerates: 502.67 > 4.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,698 (640,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
273,417 273,417 00000000000000001c23384d3a415de6211428a6c018ccd230c13e078f82aa61 1 0.00/1.00 vMB 0
273,416 273,416 00000000000000033b14a5ef583243e18ad25e9bccd57be8546187ef946f44e2 273 0.13/1.00 vMB 45
273,415 273,415 00000000000000023d8bec49cd815780e95086329c55cc67bf1ddbe644ba3e24 51 0.02/1.00 vMB 58
273,414 273,414 0000000000000000fae03d67000b4a66c32a33d26b21828f2833f6c29b625426 190 0.08/1.00 vMB 39
273,413 273,413 000000000000000242833b49cfc1635b12fadbfa2858843212cf268c485f5e90 97 0.04/1.00 vMB 41
273,412 273,412 00000000000000000e63b47751799eaa55aec9327768ee6f43ae0044c300a3bb 139 0.06/1.00 vMB 57
273,411 273,411 00000000000000041a5e76c75a2becb0a5ed7393db16411711e194a2bfa8e55f 149 0.06/1.00 vMB 40
273,410 273,410 000000000000000311079b762f65cfb5061e775d3b9a54f8db7ba3e59076b87e 148 0.07/1.00 vMB 58
273,409 273,409 00000000000000049dad1d1ce41e88e93a0e688bb85b09d5d92d4cf978823d5c 120 0.05/1.00 vMB 40
273,408 273,408 0000000000000003c0ad3d5ce031d69d9e7d0436bead79ad1407022208853f4f 258 0.13/1.00 vMB 47
273,407 273,407 00000000000000034d498a83806e05440058a01fc79b582f5e3ef123e84accea 22 0.01/1.00 vMB 27
273,406 273,406 000000000000000209bd5a462bd0e80347757da86e9ef3dd016b1d14b7c23b38 188 0.09/1.00 vMB 26
273,405 273,405 00000000000000057dfc712bcfa15ffbe3a67fbf8b701c3687f4eda55ae4e8bc 171 0.14/1.00 vMB 31
273,404 273,404 00000000000000003a4b4e04ff860607be44b89907589916b5dd32a3b9987a41 101 0.03/1.00 vMB 12
273,403 273,403 0000000000000004e3c224556475d629a7a0ec74413b40677dffe2e438b1daf7 423 0.17/1.00 vMB 51
273,402 273,402 0000000000000005be7f6d3eb3d59a41cfd4f6dc92af409a264fce3c8fd3b4d2 1,392 0.67/1.00 vMB 43
273,401 273,401 0000000000000005eab956d1de8f3b4e9b436c6cc0c8189fa9d71ae80a2e91d2 13 0.02/1.00 vMB 13
273,400 273,400 000000000000000306838aa4d513da147a715cbc3e573875faadf5f0678f8ca7 743 0.25/1.00 vMB 134
273,399 273,399 00000000000000040a8081c70d130735265cdec49ef9508581f22f2e87316b04 302 0.11/1.00 vMB 44
273,398 273,398 000000000000000280b83d092b058d5f4e360f55bd2e37d2648b34e9121656fc 69 0.03/1.00 vMB 53
273,397 273,397 0000000000000005b1ff9767f50b1523a5fd6574017c00f663335b31d0c315a7 189 0.09/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 780.09 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: 492.70 GB
    • Received: 3.44 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.