Memory Pool Memory Pool Refreshing

12,629 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (784,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,300 123,300 0000000000001c9ad67d1a67cecb7c4f7616ce0085d86fcd9823adb5a4879c6c 0.01 MB 20 664
123,299 123,299 00000000000057b476ebce5b4dd9c89693d6b6e6f5986f02dfcab6037ce39143 0.00 MB 11 488
123,298 123,298 0000000000000ed8ed4fc143832f8ff6bb6f02970d0a932ebcee7b3630b52830 0.00 MB 1 0
123,297 123,297 000000000000291cb6751454b0eba026de9eb7085ac80913299649542904c088 0.00 MB 10 920
123,296 123,296 0000000000005f047875de55e1c716e16a7de5bfbb0588e029f982e5bbc8c5d5 0.03 MB 56 236
123,295 123,295 00000000000067218fe2d99a9b5b06cbf232fde45bda545f1392c85da73f78b9 0.00 MB 8 1,936
123,294 123,294 0000000000001d8cfc35de95bc5d21474109e4c034500806dbeffdbf45557a6a 0.01 MB 12 434
123,293 123,293 0000000000005e2362425bd277a8fbdcf774fc7360e4f73fe6a1fc2fe4024ce1 0.00 MB 11 467
123,292 123,292 00000000000056ceb63bf8af7eef2942c4e1a5f8d5bcba9f7c856f0766f5a36a 0.00 MB 1 0
123,291 123,291 00000000000019746bb661b240a3c57b1f28e49316b9bf756052bb12322f4247 0.01 MB 28 342
123,290 123,290 0000000000004681186ed4ecc4d10ba14b0d948261155df392a7d6926240f96a 0.01 MB 16 343
123,289 123,289 00000000000018718c3bfafe577dd9ebf32e5a0cbd9aceeb6e59fd583e151d23 0.00 MB 14 35
123,288 123,288 0000000000005d3f176c70bb556bf1b2af52d3fc2c438508b76f442adaef7db2 0.00 MB 2 4,464
123,287 123,287 0000000000003c619fc3161e396cd45f7116cce34e50ea8658555dbc5492fea2 0.01 MB 18 176
123,286 123,286 0000000000001d643173494e61ab081c85898b10b055b2d98db512e9f0e54558 0.00 MB 7 1,017
123,285 123,285 00000000000013b50e19c95299447bb04ec5ea8688075f7693b2cc7a7abba4c0 0.00 MB 10 0
123,284 123,284 0000000000005eac3702bd7cc10b40b45a48d8b3604ea1e07c3b9197518dd000 0.01 MB 29 215
123,283 123,283 00000000000066c9fda6210b7ab5a93ed28e9a2b2d1878d47c2443634fa14530 0.00 MB 11 643
123,282 123,282 0000000000002465a22346ecf2e39a080186834721d187b4799af36740899dd6 0.00 MB 7 0
123,281 123,281 00000000000018d26216741f5e386c06537ddbd5837c1708198b4cb2a3e21592 0.01 MB 12 465
123,280 123,280 00000000000031a08bf4c9e756088e5351ee4585bd8525abfb52784ffe627dbe 0.00 MB 10 1,436
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.