Loading Tool

Explorer IconExplorer

Memory Pool

23,055 transactions
10.43 vMB
0.03399492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.00/200 MB

Candidate Block

Mining Attempt bf1706475a40461263a7913c9cc9b1072f54c25855e7a16ff74f12fb8d9467af
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root c4c65521d44cf8b8c710959e3c86030307169c86180c6a587f7eb09c8b36080e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.01688278 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (742,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,725 170,725 00000000000009b22b87ea92b0d597e1a97a95321cd1e5eed80947e7318c5cd4 67 0.03 vMB 220
170,724 170,724 00000000000005a431d4ca4a543379f4d5b07e8ed81eaa18ac79f6e0bd44a60f 1 0.00 vMB 0
170,723 170,723 00000000000000e4d011b98d010cff1192fa8bff60acefe11881a1f08c49a8af 54 0.03 vMB 137
170,722 170,722 00000000000008331cd25270d13979c8799ba4281931b9beda907e3ec4dc8114 1 0.00 vMB 0
170,721 170,721 000000000000099d1cb4fdb877e5f482811837c3cb11faaff04f9db14b243eb8 57 0.03 vMB 186
170,720 170,720 00000000000001ea30c469b99f911bdfde7a3e2feae7a37af6559fe1f42437e8 73 0.03 vMB 240
170,719 170,719 00000000000005834056c9c11919b70c0ee165b8f26163048016ea7809428e14 1 0.00 vMB 0
170,718 170,718 0000000000000229fbf6677d1e1f0945bef79665c897b0b14ccf9c3289311055 32 0.02 vMB 113
170,717 170,717 00000000000005b319de086c9649cd4b6a42a4c8eaeb52d4c5b0bec2453fe148 21 0.01 vMB 54
170,716 170,716 000000000000043d2b0ace60ede1c9b789b1c049b3b1393800d81af0199fe111 30 0.02 vMB 214
170,715 170,715 000000000000042396144a6fe1438a053317f2fa044729cf5c65993a6a4f1bec 31 0.02 vMB 30
170,714 170,714 0000000000000b1540af3d71fe274daccca228cebe4ada67f9b25666701af74c 16 0.02 vMB 33
170,713 170,713 00000000000002831455813735bbaf28c9d4c90e8d76eb4eb665f15162cd858d 7 0.00 vMB 53
170,712 170,712 00000000000005f70ab699e0efb09c953dbb7474352fa14d112be7e7f0a77dc3 134 0.05 vMB 62
170,711 170,711 0000000000000a511859af5ea9324a462aba0440c1870698a897c1696cd1184d 30 0.02 vMB 117
170,710 170,710 000000000000077acb9e95f45720bf60bbf8399bbede052a698cb34d27c489f7 37 0.01 vMB 155
170,709 170,709 00000000000002a342023d7ed0265a72a676ee0eae7b06cedf3edebb59d9ce0c 64 0.03 vMB 103
170,708 170,708 00000000000006eb297b40db44a9bffe25e3f08ff6038d4c315fb051dd1b4bf2 42 0.03 vMB 66
170,707 170,707 0000000000000432f3b861dee05e71f99e2deb6c2a0e56a41fbde4f22b58316c 60 0.02 vMB 96
170,706 170,706 00000000000000d833e3eeb5d5271b950926b4b499ae512d27da2b20504db233 17 0.00 vMB 60
170,705 170,705 0000000000000b1189a480df48657511a39b90e1ec0a93305c106a8299526f78 14 0.01 vMB 260
Previous 10 blocks ↓
Total Size: 779.80 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: 407.17 GB
    • Received: 2.13 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.