Loading Tool

Explorer IconExplorer

Memory Pool

26,824 transactions
6.88 vMB
0.05368764 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.72/200 MB

Candidate Block

Mining Attempt 5404989e71addbbb7b06452846ab6f507a0e6da601e189d094329fda7222da68
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root e7b26056638babbcb20efb477287ba710d64b3a4b9d273af7e46059ca4ca1508
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,860
Size: 1.00 vMB
Total Fees: 0.03218363 BTC
Avg Feerate: 2.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (742,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,731 170,731 00000000000001cc47e535d516289f30308c577c412883f503e3617a7fc7e85d 0.01 MB 17 59
170,730 170,730 00000000000003ea8c6b084082704ff6dbbde41bac8e404854fb614cf8db776e 0.01 MB 27 142
170,729 170,729 000000000000066278181df43051fc0b2ca7ba4d8c1671f7d199ab7e1e597f92 0.01 MB 16 475
170,728 170,728 00000000000005f92cb9aa2b33c55648d24b7a92cca49b7892cb98663638f218 0.01 MB 12 63
170,727 170,727 00000000000009bb5d5d2f41147c5858c1fca7a86bb52670fba8e3d85b4fa71e 0.00 MB 16 46
170,726 170,726 0000000000000798d2245db7eb72308a65e11e662711dfffb916ab3a7b52d18c 0.00 MB 1 0
170,725 170,725 00000000000009b22b87ea92b0d597e1a97a95321cd1e5eed80947e7318c5cd4 0.03 MB 67 220
170,724 170,724 00000000000005a431d4ca4a543379f4d5b07e8ed81eaa18ac79f6e0bd44a60f 0.00 MB 1 0
170,723 170,723 00000000000000e4d011b98d010cff1192fa8bff60acefe11881a1f08c49a8af 0.03 MB 54 137
170,722 170,722 00000000000008331cd25270d13979c8799ba4281931b9beda907e3ec4dc8114 0.00 MB 1 0
170,721 170,721 000000000000099d1cb4fdb877e5f482811837c3cb11faaff04f9db14b243eb8 0.03 MB 57 186
170,720 170,720 00000000000001ea30c469b99f911bdfde7a3e2feae7a37af6559fe1f42437e8 0.03 MB 73 240
170,719 170,719 00000000000005834056c9c11919b70c0ee165b8f26163048016ea7809428e14 0.00 MB 1 0
170,718 170,718 0000000000000229fbf6677d1e1f0945bef79665c897b0b14ccf9c3289311055 0.02 MB 32 113
170,717 170,717 00000000000005b319de086c9649cd4b6a42a4c8eaeb52d4c5b0bec2453fe148 0.01 MB 21 54
170,716 170,716 000000000000043d2b0ace60ede1c9b789b1c049b3b1393800d81af0199fe111 0.02 MB 30 214
170,715 170,715 000000000000042396144a6fe1438a053317f2fa044729cf5c65993a6a4f1bec 0.02 MB 31 30
170,714 170,714 0000000000000b1540af3d71fe274daccca228cebe4ada67f9b25666701af74c 0.02 MB 16 33
170,713 170,713 00000000000002831455813735bbaf28c9d4c90e8d76eb4eb665f15162cd858d 0.00 MB 7 53
170,712 170,712 00000000000005f70ab699e0efb09c953dbb7474352fa14d112be7e7f0a77dc3 0.05 MB 134 62
170,711 170,711 0000000000000a511859af5ea9324a462aba0440c1870698a897c1696cd1184d 0.02 MB 30 117
Previous 10 blocks ↓
Total Size: 778.84 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: 382.96 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.