Memory Pool Memory Pool Refreshing

5,480 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,502 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (694,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,086 213,086 000000000000002936d2862cb66307c37f052e85690728fbac7f5536daae1616 0.20 MB 712 253
213,085 213,085 00000000000000f8cf37a405eecebde0336d5e5cc9ee8b2cb8d0ef9a34d6f835 0.04 MB 128 320
213,084 213,084 000000000000003241d7c4281440af76ccacb937f7477351d5f77d7842494600 0.22 MB 454 185
213,083 213,083 0000000000000423d8849a4c2a68fdebe94c8d19ac4cc549c476b69c2c6ca1b2 0.28 MB 524 49
213,082 213,082 00000000000000a1edb8d72c89856163bec9e3e49746c7403fff58c5b218565e 0.00 MB 1 0
213,081 213,081 000000000000014ca60a027aff36d5b5da17e7a04841da40f54165e7df7c27b4 0.17 MB 421 192
213,080 213,080 0000000000000076ef4a0de4ea730b052f32ff1d3485c3ff15974c607ceae10f 0.04 MB 80 174
213,079 213,079 000000000000025a2e37d6e0feb107af77d47a93c9588706f1c1cc094d5dd25d 0.11 MB 227 183
213,078 213,078 000000000000010d710f8a255d2c51d096f454116a0e66fb6e457d35b4ed420c 0.01 MB 37 91
213,077 213,077 00000000000000574adddd8b4d9edf3e9191ba8d372778ed8957d1c95d0a6d96 0.18 MB 407 174
213,076 213,076 0000000000000405c1e04d1722c9da922e40ee3e037e57e4b73052d15e03d3ad 0.17 MB 412 173
213,075 213,075 0000000000000055b37b17774825f6f902cc2039939e73c17b24eae9bf664366 0.25 MB 679 206
213,074 213,074 00000000000001078a694e700744334568d0ecb2b753691b4b7a828d05fae57d 0.11 MB 190 119
213,073 213,073 00000000000002bc1a0c335d6f28951b80bc2d95c9dba20b92d4050b67bc502a 0.06 MB 105 123
213,072 213,072 000000000000047d84c618dc934130ea6155d2b1a0e55d1e2d15a8eaccb2f782 0.42 MB 772 164
213,071 213,071 00000000000003981ab9bf35deedd15c78465a83ab70e92ff34291c65be4964e 0.25 MB 627 210
213,070 213,070 000000000000042b0169a321c4bc0c6ba2204164ece4978e1bcb4960b68bb75a 0.00 MB 10 315
213,069 213,069 0000000000000458ff16da6c54e1b84aafce84efd76d83d2b6fa96ef7e64111d 0.10 MB 357 16
213,068 213,068 000000000000042ab67d6188e39e1eb4bf1a95247dcd1e5e2361b60b1cdd399c 0.13 MB 375 223
213,067 213,067 00000000000001b674a9b9c38df50c52a4c86784b84adab58aac188c3b571090 0.07 MB 189 141
213,066 213,066 000000000000045e4d1b6c4888ba3b6c892fba98e913c86aa468fe895d07849e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.