Loading Tool

Explorer IconExplorer

Memory Pool

75,268 transactions
29.89 vMB
0.11028728 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt 142835a7b37550b6eb2f1cd82fa7a42852b6985a83693c0f88de58ce0ae34cc5
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 7c4508ec823cb9db9ab7290695f06a76803fbfa354ddcc7c8a0dd907249e2851
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,019
Size: 1.00 vMB
Total Fees: 0.03867967 BTC
Feerates: 101.64 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (474,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,686 440,686 00000000000000000139d00d0df33a08fa425d2f636d3cd56815476deaaf60a1 64 0.04/1.00 vMB 69
440,685 440,685 0000000000000000036878bfd7ef40663e18a1b5e14db05fa30d0c0dfee261ba 2,206 1.00/1.00 vMB 63
440,684 440,684 00000000000000000194d9b0a23733e94cd75f7de0aec8707348af81f3a12574 2,135 1.00/1.00 vMB 66
440,683 440,683 000000000000000002c4c828605e9f16a64ed57a37ae4679ff6db83d8c63f222 2,928 1.00/1.00 vMB 76
440,682 440,682 0000000000000000022ab801d7f13849e7dbc2052a2bfdcb9b7ab38abaf9a5fd 2,676 1.00/1.00 vMB 104
440,681 440,681 0000000000000000012a8d75df129c93f03f22c5afc8f90075deefbc78abf513 2,425 1.00/1.00 vMB 74
440,680 440,680 000000000000000002f00d8aee179a623bf2936e3e65aeab73b5a59b77a7dd7f 2,329 1.00/1.00 vMB 105
440,679 440,679 000000000000000002ddc75c8493675bb5104290fb1cc506d0596a11d01ed0b9 2,417 1.00/1.00 vMB 72
440,678 440,678 000000000000000001aec30ad7505b5886bf184b6c7b50fd08e77bef26bd7cbe 1,506 1.00/1.00 vMB 88
440,677 440,677 000000000000000002923a1b3ff32815f6b4d77dd5ed3c23e716c664d48bba05 764 0.75/1.00 vMB 115
440,676 440,676 0000000000000000021bf6a789f7b2b618c80a7e6b3a9bc5e638aad1fe4395a1 1,073 1.00/1.00 vMB 100
440,675 440,675 000000000000000000fd534daf81ef4def3b1570676f954d7170adcdaa71f727 2,334 1.00/1.00 vMB 82
440,674 440,674 0000000000000000010414102f66bd2883ff579dd8b401d0211e069c8b61caed 1,916 1.00/1.00 vMB 64
440,673 440,673 0000000000000000032bbe1b9096eaa7c692ed3f43f14b4b5ba402c1db77a359 2,819 1.00/1.00 vMB 96
440,672 440,672 00000000000000000014233699bf00bcaecb79b301c23a0ce749d5046defee84 2,355 1.00/1.00 vMB 85
440,671 440,671 000000000000000000148f4ec91fb2f428278fab0cb21072ea42b523b56d56bb 1,664 1.00/1.00 vMB 52
440,670 440,670 0000000000000000033849eb252cfb7396e97769aad390b9c7b4818aef7814ef 1,579 1.00/1.00 vMB 46
440,669 440,669 0000000000000000018be2acf4a5baf9e1bfef2270e8e94fe28932770e3bc898 2,082 1.00/1.00 vMB 90
440,668 440,668 0000000000000000018bdc16e2486dec1fb7739459880642b19015fdc5b7f718 1,185 1.00/1.00 vMB 27
440,667 440,667 000000000000000002c29fe7d6413ad7316deb84d1e04297f9bb1271917ba425 1,681 1.00/1.00 vMB 53
440,666 440,666 000000000000000001fa38341850fa254e5eec6aa169d4635f83d1f8c0d38be8 2,497 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.