Loading Tool

Explorer IconExplorer

Memory Pool

76,008 transactions
28.06 vMB
0.08566723 BTC
Random Selection Loading Transactions
Max Size: 170.96/200 MB

Candidate Block

Mining Attempt f18fed787d66e3e7c597b7f868a7e3b01749ec429de6d417fce3224ac693e4de
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 4b014f22e471886fc35c621b690e62936eb28a6addbef8914d16c7d291013b92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.02519998 BTC
Feerates: 100.00 > 2.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (548,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,603 366,603 00000000000000000c234f38267f70fa356074c4e1ab92df90422a9fdffb8825 1 0.00/1.00 vMB 0
366,602 366,602 00000000000000000de421fc4f6e406c95a47e023fabe7a25a700fdf54969e52 2,422 0.75/1.00 vMB 60
366,601 366,601 00000000000000000eddcc0109cdbd85185ee176cfcc7f72b3485d8f97c9c51b 663 0.34/1.00 vMB 39
366,600 366,600 0000000000000000031cd6fed37cac2e3db1d039af68aa59e8200e4dfbb9d7a8 153 0.08/1.00 vMB 33
366,599 366,599 00000000000000000638ce34fd77a32fcd4eb07ae8ff13cd20a45d534e7b699f 1,297 0.66/1.00 vMB 37
366,598 366,598 00000000000000000ed9813493a04fc277311ece3c7d99b9af6ddc928a77edc0 750 0.37/1.00 vMB 40
366,597 366,597 000000000000000001a700f81af7235e30320daaea15fb4b8744b4ee95950542 348 0.18/1.00 vMB 38
366,596 366,596 00000000000000000e736c0cbef7ff4479e0cc824e95a7eaf5922b41a4f5733b 392 0.24/1.00 vMB 26
366,595 366,595 000000000000000012cebe0b0abb98a7d0eb88c832e3488ab4b5ce3f25508968 288 0.19/1.00 vMB 27
366,594 366,594 0000000000000000067cf951e9c7f11b2d2f6a72556672f31ef5b567f046218d 1,262 0.69/1.00 vMB 36
366,593 366,593 000000000000000005b0c2541c10a4016f0847a9b869648fb59bd8e9b00130d5 438 0.21/1.00 vMB 20
366,592 366,592 000000000000000003e0773bc7287569faa93c1c6f84a6b283d4e4f9683dbc0e 1 0.00/1.00 vMB 0
366,591 366,591 00000000000000000c421551ee8d931ea65c3b8c41609305f621a9e7bb2fae87 2,177 0.93/1.00 vMB 43
366,590 366,590 000000000000000003ebeb02764f481f9fda5be25fcd3596e4bc2efe3e652bac 1,933 0.97/1.00 vMB 36
366,589 366,589 000000000000000006e94089c2f9df7477a72f7b0f1f51d4744efa23b8f2fa94 574 0.30/1.00 vMB 35
366,588 366,588 00000000000000000d69ee0361b97cdf8c8ca2c7f05f7f62f79913c8308d064d 928 0.63/1.00 vMB 60
366,587 366,587 00000000000000000e6c7f3f1a0544e3ac38c9bb03b07e2534b03d6135a176d0 900 0.55/1.00 vMB 23
366,586 366,586 00000000000000000fef9c91f68c9a2ec6bd03a029ab1b7a44b632487932d320 1,025 0.50/1.00 vMB 37
366,585 366,585 000000000000000003a5b8bb11a52a7415f7d9d8d5d765bbfe7a78fa2a734661 218 0.27/1.00 vMB 15
366,584 366,584 00000000000000000cbed9557850a0938df36a4aee267c66a60d60ef15795de7 1,879 0.93/1.00 vMB 40
366,583 366,583 000000000000000000aea74ce1cf15b741d00b3b24ea5b33058c3659e0ca56a1 1,946 0.93/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.15 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.