Memory Pool Memory Pool Refreshing

4,499 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (591,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,817 316,817 0000000000000000018843108eec5e279235bd85c5adbc0d4efe9a4e260cb737 0.09 MB 176 28
316,816 316,816 000000000000000015b88e77b7af59cc25cc9d1e6f7cb879a827b5895c449a4e 0.11 MB 239 20
316,815 316,815 00000000000000000bc8d43a97986af51c391919626e3c11997d235a86363b2a 0.30 MB 164 10
316,814 316,814 00000000000000002332ccf2c381700bb4f4248fc23b00ee168d258485d95f4d 0.75 MB 1,593 32
316,813 316,813 00000000000000000936264a878bf14267368153fab420d78e43d70426a9936f 0.03 MB 79 32
316,812 316,812 00000000000000001700c8977f6b9dfc847f145ad6a6eed6e9985b4615e459df 0.34 MB 676 27
316,811 316,811 000000000000000005ecd47c3df5d573d2fe260216e801e6071bf785ef1adfc4 0.13 MB 238 18
316,810 316,810 000000000000000017c7b5c1f8ab1f4744590b0ec9bfe9f703f7c8006388ad73 0.63 MB 1,094 26
316,809 316,809 00000000000000000fbe053edf765aa0670955f819508c11f26cbc32c4a3a1c3 0.06 MB 120 32
316,808 316,808 000000000000000008ee30eeaafb428e3fad86ec2fd6746fb03f64fc127d8dae 0.29 MB 532 21
316,807 316,807 00000000000000000dac5590821555a3742cb49ceecc1b5b139ce4cf030607f0 0.41 MB 729 26
316,806 316,806 0000000000000000118300d320cc5258e0daa204e36cc48fc76bf1d1ba5aec46 0.90 MB 1,747 30
316,805 316,805 00000000000000001eebb397e24b1b13cd8b86e350463963b3ef71f28fb37761 0.07 MB 62 11
316,804 316,804 0000000000000000066c5fe6c5efd58214c64f77d928dc75705307bbee8dabaf 0.18 MB 223 19
316,803 316,803 00000000000000002b5c77392cc8710b2e8ebea976dbdbadaefb585c4c610bea 0.05 MB 128 26
316,802 316,802 000000000000000018c3a2b8804f4b3c7e00995258ee25176ba256d16e4536d8 0.00 MB 1 0
316,801 316,801 00000000000000000bf26033dce58b4205ef34372417c6d96b333079064ccd52 0.47 MB 918 30
316,800 316,800 000000000000000024b781356cbb9d20ae36a6c084c82c8fb55f1c4947015c4d 0.05 MB 132 25
316,799 316,799 0000000000000000105c457f3c42c80bed1d099def34ed5c7bb441e42a5a5434 0.17 MB 342 28
316,798 316,798 00000000000000002d5b4369e1332bc23354730485561ffc543929bc58704f93 0.38 MB 575 24
316,797 316,797 000000000000000021958882054eb93d78805da91dedf212e1ecbfb959794a7e 0.08 MB 86 8
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.