Loading Tool

Explorer IconExplorer

Memory Pool

13,731 transactions
5.66 vMB
0.01756268 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.80/200 MB

Candidate Block

Mining Attempt 32dcba2394d92ff6004244598fe4c715f0e6b184ae6ca647b4c5ef8604e1dd70
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 27e94569590df68567f6a5f687f39aeb25f2fd4d36882f1d1cfadb27d7c67c65
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.00815051 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (706,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,611 206,611 000000000000031611e400415d33dcb40bc75dbaa8013292be91b5de4146c965 352 0.19 vMB 162
206,610 206,610 000000000000031f8f3876298aadf494bfd1c97648a3d2d6f1d911e01b205af8 556 0.32 vMB 110
206,609 206,609 000000000000028678f8347adcc35e05a86e2017801ed73cc1a91434a22a292f 245 0.10 vMB 162
206,608 206,608 00000000000001aef67d25b02468259a29ec5283b1808de44581778ad17dd1dd 157 0.08 vMB 159
206,607 206,607 00000000000001eb536d8305ebbb60a008027684935fd8d98d2bc0fa757295da 26 0.01 vMB 183
206,606 206,606 00000000000003d82b996b32e8e04159646f95fe3cc823fc030c17a744804186 1 0.00 vMB 0
206,605 206,605 00000000000003aea4d6590025596b3b29ba1e11bf109679cb702570bb5116d2 180 0.08 vMB 143
206,604 206,604 0000000000000052ff0915fef8c1144e4a16fe380cf416c991e96a230871512c 152 0.07 vMB 425
206,603 206,603 000000000000005abd72fbcb070aa64657f2c8ef2131a1180a514d2d2a6f4275 438 0.16 vMB 212
206,602 206,602 00000000000001eae061e617ae656a01af53129515153277f5896e6a8efd3f09 221 0.08 vMB 187
206,601 206,601 0000000000000316efb68a55ee90c8fec40eff4d19516d7ae66e827ff5de356b 127 0.10 vMB 86
206,600 206,600 00000000000000dae61e24e97f76c29b859e81a001d113b8a1db39b4c9b40a07 264 0.13 vMB 141
206,599 206,599 0000000000000120d700c855471691ae871ff95fe6a15ff8cf2cd9fb9a8a1881 727 0.25 vMB 209
206,598 206,598 0000000000000415368162391067cf44d612a097cbdefc7474606344e0715500 137 0.06 vMB 115
206,597 206,597 00000000000000a3c90df4e92c07c933103b214659d23223a339a657b07df84e 520 0.25 vMB 210
206,596 206,596 000000000000050b19b04e6fd12df06c6608abe1c50e9b30bffc9f90b73d43b3 99 0.04 vMB 187
206,595 206,595 00000000000003afd2360d31b9dbf4a96ceb0d45c03a43e10f9d57bd4eb081bf 49 0.02 vMB 113
206,594 206,594 00000000000003185a5b89c15c5abd96a8c9a030b45900d956abc250a74bc484 122 0.05 vMB 279
206,593 206,593 000000000000017eeb9f83b6037b12c26c41abf776c3602b619b0b583ec74b7e 166 0.06 vMB 220
206,592 206,592 0000000000000266e5c3bb87c712f5c32b28c0e0e23de9f2e934e02fb0bc3782 34 0.01 vMB 163
206,591 206,591 00000000000003e7cf844308f8f92af3571c9f1291e4f148e5a0fe2bfe6f448b 154 0.09 vMB 281
Previous 10 blocks ↓
Total Size: 779.66 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: 310.41 GB
    • Received: 1.47 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.