Memory Pool Memory Pool Refreshing

1,581 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (842,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,151 66,151 000000000015c612956ff6a8469fe181bb98abbed6fc4279c4849113c7d8a92a 0.00 MB 1 0
66,150 66,150 0000000003f0f698c7e78c9f568f79add74c6ce46085272ec4d8739636cc02f6 0.00 MB 1 0
66,149 66,149 00000000056f5cd1579b920d6c46bed450d61f13a9677b3940af80b0c628e51f 0.00 MB 1 0
66,148 66,148 00000000028b15c57e1827008c1f35dc98ae27a2b44c18c71cece2f1e935e725 0.00 MB 4 0
66,147 66,147 0000000009ad619e467476bbf55b8014434d491f8b860d1e0f0888a685223708 0.00 MB 7 0
66,146 66,146 000000000434cfe9bb6872f7241bd962871448ad209b1c1987164b475025e7d0 0.00 MB 4 0
66,145 66,145 0000000001d4ebff816f27de25884b56ddd4d86776dd8854d30b3879fffb748c 0.00 MB 1 0
66,144 66,144 000000000a8fef39418f6d613a22dd51ab471f5a33fb1ac83475475efaaece73 0.00 MB 2 0
66,143 66,143 000000000057f0fc9592ee2191cd590de5b309bfae0c00f6087a6c99b2f4157c 0.00 MB 3 0
66,142 66,142 00000000048bf6d741bf866f47218d5a69ba565b53e27da0e67b22aed9c44748 0.00 MB 5 0
66,141 66,141 00000000023fa4596b8a574d14f842a582c746245d6981d80529f3a732341413 0.00 MB 1 0
66,140 66,140 0000000002e6d473a3d04117ab62d469bba0de4622c6e70b793839756b207dc4 0.00 MB 1 0
66,139 66,139 0000000005a1656a8a6891d3e4d0d161799658a1d9a5d31b43f1ee184b1780f1 0.00 MB 2 0
66,138 66,138 0000000004ab3a614bc74c42ab9de03b39780a6dbd43388a0aca1f3e56f2ffeb 0.00 MB 4 0
66,137 66,137 0000000004dd24f51393d47236319d472c6e7b7a6d1b59c196563e67efc5e09a 0.00 MB 8 0
66,136 66,136 0000000006d807298c7b0a19b301182c84243f6ea41c930c6b0855b1bc9cff71 0.00 MB 8 0
66,135 66,135 00000000070833325ef09ae4fc9e40fd54ba27304b7d7ca15a8c3da98ef6ebd4 0.00 MB 2 0
66,134 66,134 0000000006b715a90d3850d8c5d6da0225eb583a728ef3bb612405b2679ecace 0.00 MB 2 0
66,133 66,133 00000000040804d35aad044fe266725865a8dd7f21b6416a1e7cbcad8ca3d696 0.00 MB 3 0
66,132 66,132 000000000093e7c080a2b3e5b97686b14d5e92252e78269dd2717c3b54df3ea0 0.00 MB 8 0
66,131 66,131 000000000022d9cee846ea8e50063655fef1181bf0f4e8bbb047ae1bfda350bd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.58 GB sent, 98.37 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.