Loading Tool

Explorer IconExplorer

Memory Pool

24,788 transactions
11.77 vMB
0.05550052 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.03/200 MB

Candidate Block

Mining Attempt 0c11efdc5603bc8f4e17d1a82a4b362c192ce002c733c1cbe791ca03cac761e4
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root 009d2a0a5757234d119dcb468a8a557e1bb74e6ebbbef20a8fcb2ceafd4c9d12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,413
Size: 0.99797675 1.00 vMB
Total Fees: 0.03585946 BTC
Feerates: 101.65 > 3.59 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (662,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,540 251,540 0000000000000071f0f083d1ed422605304b2ef80f8b51285936a5e133090e0f 43 0.02/1.00 vMB 85
251,539 251,539 000000000000001a34ac4ce963e7b2ed0b0c459fcad54dc517946db970a9dae8 140 0.07/1.00 vMB 65
251,538 251,538 0000000000000001728d85e0dd409b740bce331feff65b46ee133ee333f025b6 52 0.02/1.00 vMB 95
251,537 251,537 0000000000000026be7bf4abc36d25fdfa3e904199395ace317347812ad69fa5 51 0.02/1.00 vMB 33
251,536 251,536 0000000000000011244c1fe40fb6427d1336351e4229385ee9086b2021bf2f8f 92 0.08/1.00 vMB 129
251,535 251,535 0000000000000017efe4ceae82e78e2b5ea56471a308929ebb4e22349ef8c8bd 372 0.17/1.00 vMB 68
251,534 251,534 00000000000000497dbe1aa17f0b2c23494d4fd626430b220239f50b33059fb7 195 0.08/1.00 vMB 91
251,533 251,533 000000000000002d4bff2f44c2f75344d8215d525584b75a39094865c2a1a44d 20 0.01/1.00 vMB 55
251,532 251,532 000000000000005148878395f18347ecdfcd1efe46539e65f915e05c4458aee4 180 0.07/1.00 vMB 93
251,531 251,531 0000000000000033d40514dda4fe3ec876c2e3a99a11f2cf337a8f710bce205d 245 0.12/1.00 vMB 120
251,530 251,530 0000000000000012465f507ea68f6f51ddace77866da0dee30dc70024be462cc 270 0.12/1.00 vMB 73
251,529 251,529 000000000000001d2f9c0604ae8f10389376a1eae3cecd871c6ad7a7eb0e6cc7 170 0.07/1.00 vMB 69
251,528 251,528 00000000000000633ce5268fd2058267a74bdbd06b699f1258bfe6e051927362 214 0.09/1.00 vMB 189
251,527 251,527 00000000000000123fdfd8cc207b3364d2dbdf183a730a8850b25856dea8d255 256 0.13/1.00 vMB 74
251,526 251,526 0000000000000050efb2e0ea17635fa1c2bd8da1e7864ecc0695f2565643989e 90 0.05/1.00 vMB 174
251,525 251,525 000000000000000d897cb5324cbb40cf55640c850210f2b63a02fa21291b525b 31 0.01/1.00 vMB 72
251,524 251,524 000000000000003b23382372b8722b8a5cccc0e37f22e92e39bdf4e44623fefe 154 0.07/1.00 vMB 152
251,523 251,523 0000000000000070d5f30e77cef51cb6c76a2d6f29a8c544f9d669d239439b02 338 0.16/1.00 vMB 100
251,522 251,522 000000000000003e21bdadea4130a05c713ac15a2a6c8729e989d3d8e06dbcd9 147 0.09/1.00 vMB 15,082
251,521 251,521 00000000000000145df16bb3847074b52b6144dd1146a8d91d50ad4a03e124e0 509 0.19/1.00 vMB 121
251,520 251,520 0000000000000058702fcb3843acf683daa6f66b9971e67a5e5aa5d88666cf52 369 0.16/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 780.23 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: 509.97 GB
    • Received: 4.20 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.