Memory Pool Memory Pool Refreshing

10,088 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,142 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (180,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,338 727,338 00000000000000000000245d18403c6c12d3cde9f0ced6467cdd8c71367fb1a9 1.48 MB 2,338 9
727,337 727,337 000000000000000000041ff4c0efe2e56d732401cb904720d55791f65b1211c4 1.51 MB 3,318 9
727,336 727,336 000000000000000000025b25a372e969b9d3c54c8f3cc5cda7971991416f1150 1.68 MB 2,605 8
727,335 727,335 00000000000000000009fb8fc2dd76b84da20fd50f0ad9d8212d11c2f3a1c77e 1.50 MB 2,580 11
727,334 727,334 000000000000000000016d34714438cb6ca206f486b882c58dfd097ab72b66c9 1.51 MB 2,891 15
727,333 727,333 000000000000000000035194e2331953ecc1c2d4783c6fb692ebd0553795b185 1.51 MB 3,055 16
727,332 727,332 00000000000000000008b905d911099327f0f4feb992e58d603e96df3c445aa1 1.36 MB 2,642 11
727,331 727,331 0000000000000000000270007691145df213b43d62e768052011b7b7d496ac15 1.55 MB 2,962 19
727,330 727,330 00000000000000000003ccf134cbee355e976fbcb6e8573613410c61fa7a1b57 1.46 MB 3,207 21
727,329 727,329 00000000000000000008e79402333f8bb6f03147550d36fe731480cf2c9e2fb8 0.54 MB 807 7
727,328 727,328 0000000000000000000699b7d37e0614c1732f4a67314b039de04e025eb7f901 1.68 MB 2,056 4
727,327 727,327 000000000000000000012de2fedb9f88f071ee149c03b4265cf77667b63c61fe 1.61 MB 3,253 9
727,326 727,326 0000000000000000000918db3142fc4ccea865edb9a9f0c05f5a1b507fd7182a 1.71 MB 2,737 11
727,325 727,325 00000000000000000007b6a24a3caa6b1f320c163b6ae15f763ca4d157a304ab 1.69 MB 853 1
727,324 727,324 000000000000000000077323711f36f3c29295258fbe33dba47d8356b6007f72 1.45 MB 2,119 4
727,323 727,323 00000000000000000006d77e8d33a2c2531dd89b09a25a5b232a698606c009b2 1.79 MB 2,404 12
727,322 727,322 00000000000000000002f21e7dacc0ff7a4ab7233a51f78d1ec1a60ded0c47df 1.19 MB 827 11
727,321 727,321 0000000000000000000780df38853464d96c98ba916e6d37d0d306109ee66994 1.00 MB 83 20
727,320 727,320 00000000000000000002bf87a858c728c684f641bb8496114485cc14e6e25225 1.78 MB 2,085 7
727,319 727,319 000000000000000000021cbd85719eb63492ac5bd6a31d850da008847dce8304 1.80 MB 1,931 11
727,318 727,318 00000000000000000003cda318b84a3be0c71aeddf0a68339ca8791276f466c3 1.28 MB 1,069 3
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.38 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.