Memory Pool Memory Pool Refreshing

1,603 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (903,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,058 5,058 00000000b3a1512e402bcfa350c42147e08aa8d6450699015bbd69e76f99a8ae 0.00 MB 1 0
5,057 5,057 00000000fe93604e9dd2edd781e444655366e3cb7ddc64ce5fef2b26ffa96cc6 0.00 MB 1 0
5,056 5,056 000000004e662fff04b3ce1c3674050ebd8d26b8578e2bca1cdccc83643eaea2 0.00 MB 1 0
5,055 5,055 00000000292db442edb4c46e17ad0186342484220b51d0d21b58b2991001f83f 0.00 MB 1 0
5,054 5,054 000000003c44a7c633f9002885a277e35a397c792487e3954d634133ad070e4d 0.00 MB 1 0
5,053 5,053 0000000058396950e7ca643635a5ffa98f37a3548b1a3ad0db1f7864e3221649 0.00 MB 1 0
5,052 5,052 00000000f39724ade9277650c4784b2a563922654db2145bbab9476bddb6c6ae 0.00 MB 1 0
5,051 5,051 00000000a2b0baa09090095aafdd991d2832477ddff157ee48108234fb3f0d52 0.00 MB 1 0
5,050 5,050 00000000059b30fe09e885a6c7364f26d7549fc050fc2326de899e77819a1c25 0.00 MB 1 0
5,049 5,049 00000000cee5f1ed8a5cfe0fbc2a938443a9c0a45ab8fa2e2db056d776a9e37c 0.00 MB 1 0
5,048 5,048 000000009e8637cca72b76a2483107c59edf293ede8b0f7d01bbd293ad10cab6 0.00 MB 1 0
5,047 5,047 00000000bb36847fdbe8d6afe7e91db9f756352585e19ca2a916228ded217e89 0.00 MB 1 0
5,046 5,046 000000005265d22a7f5676ec1fd450cd10085497482439630530abec39c5d2d6 0.00 MB 1 0
5,045 5,045 0000000052005eff5d4cd698f9f898ad1908395bbb9221f053ea24a4431eb284 0.00 MB 1 0
5,044 5,044 0000000023e8ab4c828f2d50fa18ab8e859bbd701a98ce4707f0de56a51ffc7d 0.00 MB 1 0
5,043 5,043 00000000a7083ac59b43735681230174ba46d90500a87687ca4b06c323118dd8 0.00 MB 1 0
5,042 5,042 0000000061768ee56b647e973cbab21891fcd0d17948f1601e906bdf4211de04 0.00 MB 1 0
5,041 5,041 0000000070870354b303c863a9b1382b3efbad38ad63256a282dde05fd43d0e0 0.00 MB 1 0
5,040 5,040 0000000039a115c36715d1cda9bf7b9b20ae14c53e1b577881b8e290ee9fbc51 0.00 MB 1 0
5,039 5,039 00000000b0dc00a3e472579f765d08538f330943d7c9f34fc1a3aa2dd8849006 0.00 MB 1 0
5,038 5,038 000000000099fc7a4e340d4203deb248ea83f7e0a1864b8a907d6af8a2ddb04f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.