Memory Pool Memory Pool Refreshing

2,210 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,208 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (48,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,419 859,419 00000000000000000001465ba557c9ffbe30d0ae513576e51e0257900b1ab7ac 1.67 MB 3,391 6
859,418 859,418 00000000000000000002d335fc535aceb8a614a1fd012051a035333136f19e73 1.74 MB 4,649 17
859,417 859,417 00000000000000000002a4b8a50cb2f7acdb1add7063c94917241bd63d31786c 1.70 MB 2,789 4
859,416 859,416 0000000000000000000010a4f8007b5f488929cde8b489ccb41f627920fcd18f 1.73 MB 4,687 3
859,415 859,415 00000000000000000001c903d9b41fd835afb8384315c7cbea3289ebb4e5c25e 1.63 MB 2,698 4
859,414 859,414 00000000000000000002da20686b2849f5778fc8ccfbc9e4cc53775ec34161f1 1.43 MB 2,780 8
859,413 859,413 00000000000000000002714dfa2a6bc32b143d0eab98160fc318d482e3ac8ae0 1.64 MB 5,861 3
859,412 859,412 00000000000000000001e575e6f3a1dfa984db6b270ad355e81ae516bf538ce1 1.71 MB 4,648 4
859,411 859,411 000000000000000000031f9c14d27f8193a767583d1febf03430771f25d16d9a 1.56 MB 5,035 4
859,410 859,410 00000000000000000001b8291c07a03b91bb8d3fabb266601ef842d33af55a7f 1.66 MB 5,369 3
859,409 859,409 00000000000000000002c6c33c5c6e67dba96c4aaf98f17f20a230e209018100 1.74 MB 3,807 4
859,408 859,408 000000000000000000014aacea47d1c1bd5de2c97f4f1ae6feebc9e1b12fa38a 1.71 MB 7,274 2
859,407 859,407 00000000000000000002930091e862ff30a3cfc6aef7f4262d66ab9ad3ded698 1.89 MB 6,549 2
859,406 859,406 00000000000000000001991bb20a7cd66fb9a204a58ebfb454aa0c98021f8b18 1.68 MB 6,790 2
859,405 859,405 000000000000000000000e7feb5e8a4cfcc3c4004711df221d47d793e7eddc40 1.72 MB 6,888 2
859,404 859,404 0000000000000000000154bf510d62a6fec109bf7d8541c041cc258b60eea030 1.68 MB 5,932 3
859,403 859,403 00000000000000000002433f3c4b20cbb60b6f1749709c8e94f4cde51e9bdc8f 1.65 MB 3,915 5
859,402 859,402 000000000000000000002eb2549c05e40aae46cb2a8ff3a6568265a35450c1b1 1.49 MB 4,012 2
859,401 859,401 00000000000000000002b614340b86e8cf987b19c1c5231cb8daca2349e33583 1.72 MB 3,317 5
859,400 859,400 00000000000000000000cf8465158e90878644509280ba3e566d867fb6d64e0e 1.66 MB 3,647 5
859,399 859,399 0000000000000000000232ea53a966f851813874002e49372e167b337035e4ba 1.66 MB 2,208 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.