Memory Pool Memory Pool Refreshing

4,194 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (665,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,770 242,770 000000000000001474978a5d71f60c0032c44221def0b6bbb5e7cd317d0905bc 0.12 MB 255 285
242,769 242,769 000000000000002a88da1a07f1aaecd29d641928654618c3262d2e1fd5c62a53 0.02 MB 36 111
242,768 242,768 00000000000000b2787330a011114b68230cdeb05f73f5acf8f1d073c5a6e602 0.05 MB 64 25
242,767 242,767 000000000000000cacb0ec6620a9812b97782076458bbd642972c29c4d4551b9 0.04 MB 88 149
242,766 242,766 00000000000000853056632cde7f080b57deeab3e777191243e6b91021cacab9 0.09 MB 82 58
242,765 242,765 0000000000000041e9b770741f42784006ed55ecc6c7022ffe94bdfc785cee58 0.20 MB 503 334
242,764 242,764 00000000000000d6a2b67e22dfb3b57cc0253b9a3f44eb48c8841e979655f2ac 0.07 MB 127 107
242,763 242,763 00000000000000c451c8fe5d7e1dfa51fdcf7611470fa8fa658814d4da97056b 0.24 MB 594 487
242,762 242,762 0000000000000032e0cc7bb7b8d5915bdb202977cdf307bb4c4fad7157ee0ecf 0.23 MB 570 298
242,761 242,761 0000000000000029f2c7830459c6a823a2e41231445a197af5679026cf207fdd 0.12 MB 209 73
242,760 242,760 00000000000000099481afc422b94ef333319d94d7fd0ed7e28395c8d045d999 0.11 MB 163 140
242,759 242,759 0000000000000036e57602e54f45c99dd1f8b1934db2134399b78dfea23f4c46 0.25 MB 676 238
242,758 242,758 000000000000000bad790c1206ae1b2554df9812f284ee712591b273edc08927 0.01 MB 31 239
242,757 242,757 000000000000002ccab4c957a2d710f4a5936289a1133de92aa504b2ad985e74 0.03 MB 42 140
242,756 242,756 0000000000000059101a378f6f7c007279d12c95b70d9619cca175c56d9427f5 0.01 MB 39 753
242,755 242,755 00000000000000536677339cb092b83ff827e0c7fa05bf7a5f10f9a4159da085 0.14 MB 335 549
242,754 242,754 00000000000000b31c1c48b7c1829b7be828acab467ddbb3fec2549f6dc1c971 0.12 MB 45 22
242,753 242,753 0000000000000042a5e0f13ab4edd75eab064c1489ff7629c586f86478a5c52c 0.03 MB 38 126
242,752 242,752 0000000000000069fdbd1f5a030b93586942739732233b4e30ecb351367a3b1b 0.11 MB 232 146
242,751 242,751 0000000000000044ae0d5a572308438b864dc6d52f6c9da70f812f4166eac8cb 0.08 MB 256 482
242,750 242,750 00000000000000aa2437b2e20b52b1fcedf38d0398bd3c111aa3fa831fc7337b 0.01 MB 13 53
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.65 GB sent, 93.87 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.