Memory Pool Memory Pool Refreshing

600 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 582 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (30,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,309 877,309 000000000000000000022b7851ddaab52bedbbc3cc213d2c9ec7b7fa3c350e24 1.64 MB 2,807 2
877,308 877,308 00000000000000000000d286824403558d16f328b5b0acfa5dbb35226c80d76e 2.29 MB 1,861 2
877,307 877,307 00000000000000000001b4eab2a7a9c0a16050c1f064ff03877b8d0dd5f46545 2.53 MB 1,896 2
877,306 877,306 00000000000000000000ce81c615e276d9b84cb064c3b9994cfc4636bd22eb2f 2.18 MB 2,428 2
877,305 877,305 000000000000000000002154422f680429dd98a6b241bd7287224e55710fadc4 3.29 MB 545 1
877,304 877,304 000000000000000000027fb6e9d7bdfb9806ca99377085d5b571efd549bf22e5 1.78 MB 3,017 2
877,303 877,303 000000000000000000022b50b4cdb1b4a0d1a91238ecd52741df28ee18426da5 1.38 MB 1,786 2
877,302 877,302 000000000000000000023e5559ca3373290ad618d2775ffa4340180fc11244a5 1.79 MB 3,215 5
877,301 877,301 00000000000000000000636ee3d933ea36ce053878a5f172b875b0e99f7aa3e2 2.90 MB 1,117 2
877,300 877,300 00000000000000000000f1cdca709c230974c3556cae47363cb4a06ff65df482 2.40 MB 1,203 2
877,299 877,299 000000000000000000017e813d6f3928e6be04cce77a4e7aa9c2e9da2ca87dba 1.71 MB 2,506 4
877,298 877,298 0000000000000000000274589f0c4cd34c61f0fa7c3e051a4a77c6a4a6d673be 2.06 MB 324 1
877,297 877,297 0000000000000000000289ef7ad91a5af106f51115b349e25d2b4948169f11e1 1.64 MB 2,001 3
877,296 877,296 0000000000000000000139c10b47e6a12fc26e79ee3d3fb7b1df28b7af731045 1.97 MB 1,007 1
877,295 877,295 0000000000000000000061aa90b7384eb2b5f10d0c1dcb19df94bda54af322db 3.12 MB 228 1
877,294 877,294 0000000000000000000055bbf45aa0bd24f33ee42ddcfee3d463730a69a3b84e 2.15 MB 1,431 2
877,293 877,293 00000000000000000002772dbac0b6d4320583ce0f3a4aa7c4b1ac8c9885da99 3.59 MB 275 1
877,292 877,292 0000000000000000000197420220185972d16f4fec8ee800ecd1e3e876134fc4 1.74 MB 1,475 3
877,291 877,291 0000000000000000000210248939949c959d7e4c5cc86b77777a5c475a399539 1.59 MB 1,835 3
877,290 877,290 00000000000000000000df65478e909c9b7e5cfd858324657bc6531006c28dba 1.96 MB 737 2
877,289 877,289 00000000000000000000d70821ad2e74809d02b39d453b0f16c3bbe0982a8337 1.53 MB 1,129 2
Previous 10 blocks ↓
Total Size: 769.15 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.60 GB sent, 93.62 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.