Memory Pool Memory Pool Refreshing

1,201 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,771 (673,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,904 233,904 000000000000015e606716cbfd6f9c96e5a63980d736662e7eb705a8cea59585 0.25 MB 815 3,447
233,903 233,903 000000000000007524389eeb5070465acd987e21c318abe5549159b19a4a71ff 0.15 MB 256 124
233,902 233,902 000000000000004f136fbe44e83528d96133e61b5e280e946eac6c608901684f 0.15 MB 315 126
233,901 233,901 0000000000000116800f232668368267eba4ca25f45dffff1a5a8452df1e5ae0 0.14 MB 297 148
233,900 233,900 000000000000012746923247961c78ca5fbf2955a3c00fbb6a7f228041ddda79 0.00 MB 6 167
233,899 233,899 0000000000000178ac965b4ed279fa5b0070e492e3cb5cec0d05d1db62fc9d65 0.07 MB 131 135
233,898 233,898 00000000000000c46d852ca67937df8cde491d8f5a49b6dd136f13202d2ba6fd 0.15 MB 308 147
233,897 233,897 0000000000000031cb838016213effe1a7ce25c6559ea4465deda21d89791534 0.02 MB 32 60
233,896 233,896 0000000000000141a535859b112a9cb3a839c21915220d1553efe5f4cfbe189b 0.03 MB 55 98
233,895 233,895 00000000000000221eafd07089e1b8e9b40820005bccb46444fbc1895be3ee17 0.10 MB 266 118
233,894 233,894 000000000000017a3d4a69e6b70e4ce1527c86139a5622ac1c5a4b789c8bfa3f 0.21 MB 325 115
233,893 233,893 00000000000000aa7236236664674723e4ac7fe7b8d195411d8d68a99890e722 0.25 MB 626 232
233,892 233,892 0000000000000084da31e3279f762df57492f8ef1c79b6555dd42dc5788e9368 0.15 MB 96 50
233,891 233,891 00000000000000bccd19300d171676a3af90132455e8446532525e165413d0b7 0.15 MB 128 72
233,890 233,890 00000000000001120e8ed05c5d1d24b06da382fbeac11365fbef3365fa456472 0.25 MB 252 70
233,889 233,889 000000000000017f399bfc54d2c561f1bf6d462e3d6a3551e8aabc6e5a5f16d8 0.15 MB 232 112
233,888 233,888 00000000000001a4023e02c2218321e02154ddd15efdfa5ea94695a967548dd2 0.11 MB 209 125
233,887 233,887 00000000000000b0b8b993e3ed0f56c3cc2df779f3c21b8c0f7eb05e4181f615 0.03 MB 73 150
233,886 233,886 000000000000002a818ae88f5202b26a63ee558c345e663b29c9d9c5ca018afa 0.03 MB 76 204
233,885 233,885 00000000000000f69f8f6355b5c6b93a4b1e02b23cc563687b8c4dd5a915b6ca 0.16 MB 314 130
233,884 233,884 000000000000007ec45dca0ded2fd35697bc85b41e7643fd54a4a42c6dc1a629 0.25 MB 942 58
Previous 10 blocks ↓
Total Size: 769.11 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,629.73 GB sent, 93.46 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.