Memory Pool Memory Pool Refreshing

7,521 transactions
2.00 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
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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,304 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (506,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
400,902 400,902 000000000000000000bd831d88998c0f1e89ae55f9d6669a9c9d83c9357bb13c 1.00 MB 903 18
400,901 400,901 000000000000000002d2673b362d9e84ca18c7bd9fc5d40752c4877c872c1cda 1.00 MB 1,360 29
400,900 400,900 000000000000000000cb5f1189b765dbd1640002b32719e86309648b849cfc5e 0.99 MB 1,215 30
400,899 400,899 000000000000000004fcb5404c8a846d53b1988e1558588e9a64d73213f5d9de 0.75 MB 1,709 53
400,898 400,898 00000000000000000647c6602f80f4b1dcee4b0c28c22f182a1cb094a69d5d47 1.00 MB 628 16
400,897 400,897 00000000000000000464b1b34c22e01608deb7c689fef25dfb9d30a539f1cbf7 1.00 MB 1,503 33
400,896 400,896 000000000000000000fed3f765a0ad7a6cc8d39950390091a4f846895e8dd27d 0.93 MB 2,121 47
400,895 400,895 00000000000000000203753ff0a9d18da937a613e765ac9a468862b8200a08f1 0.99 MB 1,153 28
400,894 400,894 000000000000000006843958d99443d0aa0840a8f5045393b24e0855bb18a24d 0.75 MB 1,023 24
400,893 400,893 0000000000000000039aac83aad0c72c1940e903378a8b028b9cbbb3d2cc341c 1.00 MB 2,091 1,614
400,892 400,892 000000000000000003bd436b5b5159fb25064131c5f391156aadbfa8cdfe50ca 0.93 MB 1,789 56
400,891 400,891 000000000000000005e304f6c1f5df09df0b9348c51c785b4ad6b40bf0c1b1b3 0.75 MB 1,279 47
400,890 400,890 000000000000000002e3099ccc04aa7abf94fcb2c16bc5bbfdacec1f9d77caab 0.99 MB 1,989 48
400,889 400,889 000000000000000001d38a55f9e74cae0e1ef230ea829537ec4b924dc874faec 1.00 MB 1,856 54
400,888 400,888 000000000000000002d4537e18b13fec79c567d0ccf9fdb21d81ab3ece6b8456 0.95 MB 2,035 44
400,887 400,887 000000000000000006abb1ff80da5ba09ffd874bbd2727b1c0dc477c8286db99 0.99 MB 2,707 77
400,886 400,886 0000000000000000048ed57d68c73aa3104dbcb1cf06bbe4d2f7993256284e7b 0.93 MB 1,148 36
400,885 400,885 0000000000000000008e14a842a4391e062444fc36c5fa1cfaa541a7b20ccb27 1.00 MB 484 23
400,884 400,884 00000000000000000435a6fa9f92dc6d9854e4e460f9e0db6d902fd45acff8b1 1.00 MB 1,184 29
400,883 400,883 000000000000000004947e891fdd0f4e6b3cdb7030719f33cf77d1db08de7c67 1.00 MB 2,246 69
400,882 400,882 000000000000000001b06683eb7f67f6e615a502e0e8337105c043f2739291aa 1.00 MB 1,640 31
Previous 10 blocks ↓
Total Size: 769.00 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.85 GB sent, 92.83 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.