Memory Pool Memory Pool Refreshing

5,348 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,935 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (473,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,522 434,522 000000000000000001b0dd42b50fddab31a8541f7c1cc9741a494b46af8b4f98 0.22 MB 396 54
434,521 434,521 000000000000000000bb98a1ff0f54766f5dd5091bcecc29e03785cc40c94f74 0.16 MB 390 81
434,520 434,520 00000000000000000361cfc5c923586d35de03930f0952aa0e458097d0a0ee76 0.09 MB 207 93
434,519 434,519 0000000000000000029d7716c0e9dab4aeb4ef8a763080f64abbded2cc9297b8 0.66 MB 1,160 63
434,518 434,518 000000000000000001c898abd3d6d51f4e6a61cd9ce00be934186473c5fa3786 0.88 MB 1,760 49
434,517 434,517 000000000000000002d0542fc86fc7629dccc7b51841e222437f848ecdfdaded 1.00 MB 2,298 72
434,516 434,516 00000000000000000437b861a89df08d552ba2f9b7a2a7738b16796d1d998418 0.84 MB 1,871 64
434,515 434,515 0000000000000000043ed8dc6ea6be4324b25665a4cd07e45f22bb3e06214f44 0.42 MB 844 66
434,514 434,514 000000000000000002e06810ba795d322a3c1161ffe61b37c766bb84b02f66b4 1.00 MB 2,051 65
434,513 434,513 000000000000000001141b2cdec85daeb2ca1b26f6e76593230e3888ee792a85 0.87 MB 1,334 48
434,512 434,512 000000000000000001df3c49fcefdac3d3546c63d4a103312029a1632c807588 1.00 MB 1,991 60
434,511 434,511 0000000000000000023edd0993fd6a810cf96957bbdb3bd375285c0a05436d21 1.00 MB 1,805 58
434,510 434,510 00000000000000000373ae887c501ee3b66b1686b0e74287969e76ffff0e88e6 1.00 MB 2,463 55
434,509 434,509 0000000000000000002ca4509861823c87a7073577cca513f7b3c54ead38a0d4 1.00 MB 1,999 68
434,508 434,508 000000000000000000fde18c6a8654c004d4f4f2bb3206a8b4461847d28706c2 1.00 MB 1,980 92
434,507 434,507 000000000000000001287bfb7c87ba379a5d4e2fc9c0f8c70fa08483e513dc8f 0.57 MB 1,377 69
434,506 434,506 000000000000000000286d7b69a575a5d242759aaf513d6fe12d609d6081f8ad 0.26 MB 544 66
434,505 434,505 0000000000000000035a85c969f8f58f4376c374d7eb2aba8463a2f934361e6c 0.75 MB 1,958 66
434,504 434,504 000000000000000003a204284b70bef7ef0d0fca379729914684a507b3492060 1.00 MB 1,605 42
434,503 434,503 000000000000000002b857a3580863e495740342d8d8b4152954d4169a427152 0.54 MB 1,318 62
434,502 434,502 0000000000000000030d2fb369c4a8193d8046f8c1024026241134b08776ea71 0.46 MB 983 61
Previous 10 blocks ↓
Total Size: 768.96 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,615.02 GB sent, 92.61 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.