Memory Pool Memory Pool Refreshing

1,381 transactions
20.21 vMB
Show Random Selection Loading Transactions
Max Size: 81/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (814,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,329 93,329 000000000003980e0fc64f2c3bd3d9e41328a22d910aacba53930ad9ff19e1f9 0.00 MB 1 0
93,328 93,328 000000000008d23546315a107f0da90f531e8dd71782fcfc3c00c2d72989bd96 0.00 MB 2 3,861
93,327 93,327 000000000002184d6fee9a9b54d38fbfb8a393f6b4b1f76c9186a4e6029f4c29 0.00 MB 5 0
93,326 93,326 00000000000014162eec84ed7ff747482a7db827cac4a3386746c023bb65e3c5 0.00 MB 1 0
93,325 93,325 0000000000083e43f423f9b3656993be71c3592a173666d818000f5a05e8f895 0.00 MB 2 3,861
93,324 93,324 0000000000024f6f3e581b9b8e11bc0361c6f4d0a1f322f253d6eebc5f13bb39 0.00 MB 1 0
93,323 93,323 000000000007fdc7efca2fa3addde2c3b2d83bdaa21bea5bb0985b37c9b156c0 0.00 MB 2 2,277
93,322 93,322 0000000000090db5e52d171cd92c33dc92c7aec4f1c19e22c065c2f0c2ba2919 0.00 MB 2 3,891
93,321 93,321 000000000009396204a22985f57ffaadd9759794c8be3461c88141513ea2a64c 0.00 MB 1 0
93,320 93,320 0000000000062a0b2fb5cafaeea275f5d9b0008e5fbb16c55bfcc343eec9d77c 0.00 MB 1 0
93,319 93,319 000000000008f3ed171a3187884f8760842b0a0ddc4782340bf8ccb14e2531d7 0.00 MB 1 0
93,318 93,318 000000000003a78c98a4d6df8beab7d5171d6187d11aae1abaae23ddf214a56b 0.00 MB 1 0
93,317 93,317 000000000008d37474d6d6af7be6a97fddb351afd38e40c1a1814f4ff9d305e7 0.00 MB 1 0
93,316 93,316 00000000000105ba6157b83012be886d1df20fea1f036aa41c50a6dcda0910a8 0.00 MB 1 0
93,315 93,315 00000000000364a95cb60a0efca6f4ff22c69074415ede7a4b378b42ef9c3bce 0.00 MB 1 0
93,314 93,314 00000000000946d448bae3ea9ff74661b89b10bde77ef2fde49ae509cb1c8a6f 0.00 MB 2 0
93,313 93,313 00000000000795c6512578c6fc3133edd101fe2d58b40753c17cd7fd3fa47ae7 0.00 MB 1 0
93,312 93,312 000000000005ef5285c01ad5c5543b024ae266dd19b5ddd4e9236fd44c377d80 0.00 MB 3 3,883
93,311 93,311 00000000000121a49e9fa3e5d4fc0dc96b8eec8005334c9dcec7d0484f551414 0.00 MB 3 0
93,310 93,310 000000000000ac752296df65a4d1ae285199d0f6355b706bff20293875e92180 0.00 MB 2 3,891
93,309 93,309 00000000000182f8cf4090ef298db2d9898d3168e563cf3537b7a180a2118036 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 770.20 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,694.67 GB sent, 98.54 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.