Memory Pool Memory Pool Refreshing

3,610 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (721,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,341 186,341 00000000000008047fc91660c90d9618050291e8acdd0fc4c8fefe43f2aa1079 0.09 MB 192 99
186,340 186,340 000000000000040a40145fc97c170ac965667a751c575f412c21925c6cd488ad 0.01 MB 15 1,181
186,339 186,339 000000000000067379e8df2fa4ba84369facebcd21d08ce3b4d7be9d85f1b5b7 0.05 MB 164 3
186,338 186,338 00000000000004d9c039a1df0530d5d98c2b2af92615779967055da3874a4adb 0.03 MB 101 34
186,337 186,337 000000000000044b97e12aed9346bad2f6a05c012531fc611e1743ce234364b0 0.24 MB 643 140
186,336 186,336 0000000000000905cac298185c1293b94d4565e80a3c56668b52b2f15820b176 0.25 MB 644 135
186,335 186,335 000000000000095471cfabe0df2d19293343aba983b27695634d35f43233d8f2 0.25 MB 543 146
186,334 186,334 00000000000006e5cd708f7d0825b9c6b2746f36fc9045c4c0025c839a28cfc1 0.05 MB 141 52
186,333 186,333 00000000000003ef098c5c85ff9ae0f9b445ee87c439393b5f5d884940fb58b6 0.10 MB 256 128
186,332 186,332 000000000000057b34e0b949f35cea585f153f4553e503ca892d446505babc0e 0.06 MB 147 1,898
186,331 186,331 000000000000008817b7fca7dd9ac3a5eaf4f813a1f21ab51639dfe64734b8de 0.11 MB 256 149
186,330 186,330 000000000000073b413de426d9a8aedec1bdfe9152097d5ec36b27edf8e1488c 0.07 MB 113 114
186,329 186,329 000000000000010619ff397fce285e198143564648c98850d3825d4aaec2e245 0.00 MB 7 3
186,328 186,328 00000000000002da523034b6bb09dd2a41726fe7e22c358498ed4f4489f62285 0.04 MB 128 128
186,327 186,327 00000000000003cb96403ee89b45116ff44076ea571af8cc9f9a862dbb868bd7 0.01 MB 14 49
186,326 186,326 0000000000000691c1883b74a4ad1088f60180fda16f05817322ee1e39a27052 0.14 MB 264 134
186,325 186,325 00000000000004370af6722891796d5a3b963bef912525b74fbd5cd6923c8047 0.01 MB 21 457
186,324 186,324 00000000000007969c6090a54e8f393c30e3d1fad969ef9e980cb3f2a387c6b9 0.06 MB 183 27
186,323 186,323 000000000000008de4aa65b3a7c02ff5ae63c4b2d620131b582c581b2f52bcd9 0.08 MB 277 159
186,322 186,322 00000000000006407120a7e3470a594ff152bd69c8109c894b06da7e60e22bb0 0.25 MB 530 192
186,321 186,321 00000000000004230f7eea8bf9d7b136af33370672f73c426bd231a0ac12e95c 0.01 MB 27 156
Previous 10 blocks ↓
Total Size: 769.31 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.76 GB sent, 94.48 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.