Loading Tool

Explorer IconExplorer

Memory Pool

79,941 transactions
34.55 vMB
0.17097735 BTC
Random Selection Loading Transactions
Max Size: 193.39/200 MB

Candidate Block

Mining Attempt 2191dd1fe60121a27c56a77b71d73d14a2c6e40ed3a70ee0951deeb7077b4a66
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 261744fe08183995fed08d831bda2347d1c9038fcd21f7481d269f285aa439f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.04409909 BTC
Feerates: 150.93 > 4.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (437,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,690 477,690 000000000000000000534a1983d1becf3a6779a3191cdf282e698d26d391be47 2,347 1.00/1.00 vMB 99
477,689 477,689 000000000000000000a24a20c22b2caad64dfbb2e193ef24397a1ed742ffd890 1,991 1.00/1.00 vMB 132
477,688 477,688 00000000000000000011521898936fb1640021fce3422d46610c46cc9eb5dba5 2,055 0.99/1.00 vMB 116
477,687 477,687 000000000000000000f8483ee0bc48d2b8c84bfab5a4aed0442568cf916772fe 1,860 1.00/1.00 vMB 118
477,686 477,686 0000000000000000000245f4b500c92472b41a6b4d8c65a6249bfcae494f7ee7 1,769 1.00/1.00 vMB 191
477,685 477,685 000000000000000000e0ce795d8c286c3a2cea17898a5dfb580c0572afa576d6 2,098 1.00/1.00 vMB 205
477,684 477,684 000000000000000000e7b50299db23c92ae33570c63bfcbd22d981003f79cf6f 1,717 1.00/1.00 vMB 158
477,683 477,683 000000000000000001522d4beb8e26153d9b8a2090303fb8db37597a885df204 1,987 1.00/1.00 vMB 158
477,682 477,682 000000000000000000fd137ec5cbb1be9e28e27e2aa8546d75e6e0891a4b8bb5 2,318 0.99/1.00 vMB 215
477,681 477,681 000000000000000000a7dae47c814f3af64feb292e7761335522a245bf58f99d 1,625 1.00/1.00 vMB 311
477,680 477,680 0000000000000000000f903c7210a267ea21b9d0ab545246929c3ce7d8f5f45d 2,091 1.00/1.00 vMB 76
477,679 477,679 00000000000000000044a567fdc0df9a543374b7d76752407c9e2831294255d1 1,920 0.99/1.00 vMB 153
477,678 477,678 000000000000000000c424548143351a45ae8173242f1f9b67f646a17dc053d1 2,110 1.00/1.00 vMB 193
477,677 477,677 000000000000000000673f0d90d69655e7186334c99924d58bea2f41110da2b8 1,929 1.00/1.00 vMB 106
477,676 477,676 000000000000000000fe88e205791f5884344c438b6963b245038da54e425091 2,010 1.00/1.00 vMB 154
477,675 477,675 000000000000000000b38d8f8e835cae7692864782592f89be45cd5f1bad0a68 2,213 1.00/1.00 vMB 138
477,674 477,674 0000000000000000000f85b500af8a8eec10ba6f3a09d9e71f4f58b9d1c1a878 1,518 1.00/1.00 vMB 120
477,673 477,673 000000000000000000fc9c8dea4bb860448cb14fbe6ff1cb23b43b726b9eba06 1,870 1.00/1.00 vMB 186
477,672 477,672 000000000000000000f663903936240272d23023631d7aa6f9508ebc7ec9783d 1,863 1.00/1.00 vMB 142
477,671 477,671 0000000000000000002485b4d42b2124df6dc109084f2a4b4d77822a212f1ced 1,672 1.00/1.00 vMB 181
477,670 477,670 0000000000000000001465c86e658c4c2ac1db5fa42021ee6062d1dc4abad37b 2,166 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 783.11 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: 734.12 GB
    • Received: 18.55 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.