Memory Pool Memory Pool Refreshing

1,313 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,287 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (123,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,842 783,842 0000000000000000000323a2c5f309a003488eb4c8b8a600cfc55f930fac35dc 2.72 MB 2,038 9
783,841 783,841 000000000000000000055adda8ef100834f99517f127dd22e7841555d2898155 1.89 MB 989 10
783,840 783,840 00000000000000000003650976350de44ea2366fbe583655625c95c57fce6e95 1.75 MB 1,269 10
783,839 783,839 000000000000000000042a7ced72e90d6656e2d203e17c987b9a9b8fbf6b14b9 1.77 MB 2,300 27
783,838 783,838 000000000000000000054076776403ae216dd02cb253d87f2eaf295963d92540 2.11 MB 2,116 27
783,837 783,837 00000000000000000000f0390fce89846fade8152eeef7b5ece8822d5d34b0bb 1.72 MB 993 7
783,836 783,836 0000000000000000000585058204cdac36e7bde22d5d0e20aaaa11f23af98657 1.99 MB 2,563 23
783,835 783,835 000000000000000000010caae99b2b21667b1f87eb1df1aedf7751c51c96ac7f 1.60 MB 2,778 23
783,834 783,834 00000000000000000003277e8e72f4d1c8a888182bf7fb3248a2c9ecdac50cf5 1.84 MB 2,848 13
783,833 783,833 0000000000000000000087a5f513283320dca4e0fc75c74d95082235368397b7 1.72 MB 3,363 19
783,832 783,832 00000000000000000005c295bd18d59a8c54a4374e17a0db5631f52713d641df 1.91 MB 1,849 14
783,831 783,831 00000000000000000004aeef4d343b5f61fd820577afe3b4037ca8e00d55fd5b 1.85 MB 3,558 12
783,830 783,830 0000000000000000000158b0c9ab06a299f360b653f9477157441026f9bb6701 1.81 MB 1,401 16
783,829 783,829 00000000000000000003e0537a0ce0af23ca1c74b0ab3fba3c58a08ca1ca19c4 1.27 MB 1,727 21
783,828 783,828 00000000000000000002e417bd4732cba86fe7672c1f0f9b4b023b51e5b60c64 1.20 MB 1,320 27
783,827 783,827 000000000000000000054eb53416c337ca1fd9867e0e024845499fb234f182b4 1.59 MB 2,430 22
783,826 783,826 00000000000000000001dc5bb7279e9b21e389f2bedda45c323081af288b96f4 1.24 MB 1,358 20
783,825 783,825 00000000000000000002c034d7e01b9c8ad665587dec4b7ae6d495af3bad0ea6 1.19 MB 1,028 18
783,824 783,824 00000000000000000005bcc8edc6512b4d67c0bfef6028be2e469f59908f72df 1.58 MB 2,598 20
783,823 783,823 00000000000000000005920dad557fb9b1dfdf8b81ecd57b6ee6426a49086393 1.56 MB 3,129 23
783,822 783,822 000000000000000000020c9cf04c93d90c820c2efdb0ad16ce0a947e9c6ad124 1.49 MB 3,322 38
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.