Memory Pool Memory Pool Refreshing

3,385 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,357 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (789,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,969 117,969 000000000000872d34107beadcb3f3cf7ad79fa27ccfe35c1dc4e679a9305bd6 0.01 MB 31 2,637
117,968 117,968 0000000000003964f32b63431c74f24ab3c15201bbe0bb5198f8c8d70315ecea 0.00 MB 13 0
117,967 117,967 0000000000003654667a1389d5cc175732dcebbde7c4bd3f4026ead44c8004ae 0.00 MB 12 0
117,966 117,966 0000000000007ca87a901b8202c641aa521684a392ff1fb73b6d50945bb98735 0.00 MB 7 0
117,965 117,965 0000000000009519f1033055ca005e88673c8e53e5c6b222eb0bf171cd6cc9e7 0.01 MB 6 121
117,964 117,964 00000000000049f35a26ca05d3eee816335a1ba62e298fb343878e2247691c0f 0.00 MB 10 310
117,963 117,963 0000000000005c65cd0d1a365badf00b264ae50dfd024921203d8f813e506b00 0.00 MB 6 0
117,962 117,962 0000000000002edb0626acc24f3a63472f21d8a13bd5cf69c81978d07a18219c 0.00 MB 13 989
117,961 117,961 00000000000051541d99a815b414060ebcddbc4837b49a75fad85f508c16f171 0.04 MB 15 885
117,960 117,960 000000000000b2a9eb45b360a747d7bced6c5b12e360af3bd61fd59bf0d54a6c 0.00 MB 11 0
117,959 117,959 000000000000aea3312e9bf34f1aaf104b71790caca5e89c7602132beaf4bec1 0.01 MB 7 135
117,958 117,958 00000000000051b5fb5b670d58f2c28cce5c94dd8698465c78ad5a8767189cb9 0.00 MB 9 0
117,957 117,957 000000000000afd9e4a0dcb0188789730e95615815e0b5120b9d8dab6073e0e7 0.00 MB 11 0
117,956 117,956 0000000000004a5bc5b6825327acce6fe4fb27a99d7e61392b441cb8dead3a79 0.00 MB 8 1,650
117,955 117,955 00000000000035dba6e7b76e533c4ce108ee98aaacb27fc2920845aeea2b3cca 0.00 MB 11 0
117,954 117,954 00000000000091e053cfbc3a884c164d4dda5a9e5d0fa2d1624c4e6b1cb2a56d 0.00 MB 11 0
117,953 117,953 00000000000015437a3c6a34a6ff9e91b6d0955f572f7b4a343bf84ef84eb624 0.01 MB 15 1,034
117,952 117,952 000000000000c6db1c88653408894162451c298f7b9538a25bb9afb98e4e5211 0.02 MB 35 2,090
117,951 117,951 000000000000391be29986038a542ac320cb5a58291214c4d04b88f82df9d89a 0.00 MB 11 0
117,950 117,950 0000000000000045f79cbf13322b9b8e5023cb628368fc712b9c1f585c182b0e 0.00 MB 10 353
117,949 117,949 000000000000b543e88de406f339ea857981e0c77804a10d84375d960d159e59 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.