Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,717 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (776,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,922 130,922 00000000000007d7470faf701c30fee220f1f5311b47ceae5a2de2c85dc789ba 0.02 MB 40 832
130,921 130,921 0000000000000bd8523f336a05cec81271ca5a0b21e0d03be4be161a45107194 0.01 MB 23 2,012
130,920 130,920 0000000000001cebda72d069f8780004b0e78003eb661ecf2588badd822e87f8 0.01 MB 13 1,311
130,919 130,919 0000000000000043e8f7bdeed62e58641f66cc6f8a724ca95db0154b18aec082 0.03 MB 44 1,018
130,918 130,918 0000000000001b5dba739b29cc6bd0b95b7ed138d075f1ecb6a583bd7b12d726 0.02 MB 39 983
130,917 130,917 00000000000007dedef98b404bab13e11779e5fb924e2a044e5f6b629d0fbc34 0.01 MB 31 866
130,916 130,916 0000000000000f21c2c7e42ff6640c72c9ca97d57610e478d7f4ecfa7cdb245d 0.01 MB 20 1,020
130,915 130,915 0000000000001c582b49470a384afa98ffb9c3f7edbf4bcd98f5b8b5a213bbe7 0.04 MB 112 238
130,914 130,914 000000000000192b9639065bef29dcc0370ccf68187f12e2e50bdf5b6c2a02c7 0.00 MB 8 35
130,913 130,913 000000000000136baa2f38d42e8615d4f787d05e7cef10d8638e656da3949239 0.02 MB 32 1,058
130,912 130,912 00000000000011b5f823aeaaca00ed26ada93592be24031b32553a01c39841cc 0.00 MB 13 627
130,911 130,911 00000000000011590ab7c91cf0e38112afdd6db8e1c3be0150212a0a674b384f 0.02 MB 29 756
130,910 130,910 0000000000001a9492beb81874d4602e63d0cdd8c1a8d0d1bb9989e4d267f34f 0.00 MB 4 348
130,909 130,909 0000000000001a63fbd2e2c140806998055205b0907bbb0e8805f2e62f468802 0.05 MB 101 380
130,908 130,908 00000000000009a0eca1b8f83f9664207d91e4dc1e3d76f742a170662ca953fd 0.01 MB 14 1,604
130,907 130,907 00000000000015735e822bbd95c5e49a0123c681082da54e7a7bc64eaceae21d 0.01 MB 13 1,658
130,906 130,906 0000000000001b8f0f43d9fda2eaec915719a76fa8fa589e6c82f410e0d832e8 0.01 MB 28 1,165
130,905 130,905 00000000000017cf4eaeb2820d7945fa75c763b41200c442a50c7e7e47ceddb9 0.05 MB 132 235
130,904 130,904 000000000000054756d3104584bb9320f225c9915fedc4503c28bd903da5d455 0.03 MB 77 1,757
130,903 130,903 000000000000014452249b12d033a14e1ec39149c2b1703ea7f160ba6651831a 0.04 MB 91 1,124
130,902 130,902 00000000000018865e9309f7524c756acb737c6b2f382d4273534ae5ab40e6bf 0.00 MB 9 1,610
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.