Memory Pool Memory Pool Refreshing

2,687 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (271,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
636,408 636,408 00000000000000000002e47bee274dcdf6192081b81736dcada6e5871f9db9a5 1.35 MB 2,552 28
636,407 636,407 00000000000000000000a333245301651809aeec0678ae7ea0f84a656271218c 1.26 MB 2,032 30
636,406 636,406 0000000000000000000f06581b5725fdb3d38087e8d722f8d147348243f91ae6 1.24 MB 2,519 35
636,405 636,405 0000000000000000000f51053bc050dac26355a47c491a0a5c494cb15b8ea146 1.23 MB 2,785 59
636,404 636,404 000000000000000000037bf15829af64b79a75c8fb999e4d0bd75ab2b112127a 1.04 MB 1,035 8
636,403 636,403 0000000000000000000e2260ac5632e06ab3f6113f81b7d63772b0a963d33b38 1.26 MB 2,711 27
636,402 636,402 0000000000000000001140cbd7f83ae4b12481264f7b5106d50d43d196e16a1b 1.12 MB 963 8
636,401 636,401 0000000000000000000978e296a871a3f92b5cfecccb4a42d2553bf53e2930a2 1.28 MB 2,872 24
636,400 636,400 00000000000000000000c4e273392eda6ab2fe40167ac35ea03d2d6ab1cd0cac 1.12 MB 1,184 11
636,399 636,399 00000000000000000008b01fb8f2cdee7d131975b10804059001cc64896ff392 1.06 MB 316 1
636,398 636,398 00000000000000000004a3370e133d7072c41a9ef1e8e912294651388f5c4f15 1.29 MB 2,663 9
636,397 636,397 0000000000000000000d857cab2f3f3714101aeb9889dc219c8da6f215a9eccf 1.37 MB 2,946 36
636,396 636,396 0000000000000000000cdd3dc5e92953ed7f0400bca463eef22935fbac5aef90 1.56 MB 2,141 20
636,395 636,395 0000000000000000000a79d374b495c401a66a13b213b8c40a04788bbe2f9b6f 1.30 MB 2,454 26
636,394 636,394 00000000000000000007c23eb67cb558cc4f8c317ea57d656006b1d1b393bc61 1.26 MB 2,350 29
636,393 636,393 000000000000000000015c47cd767e09b1599623b2772ddcdd0f2accba814715 1.06 MB 2,758 8
636,392 636,392 000000000000000000043a2a1b0e45935679d992a7f5d3d4d59ef805f89861c5 1.22 MB 2,536 21
636,391 636,391 000000000000000000020e9995c89d124cdcb54aeba131743d5e295b1e60b805 1.26 MB 2,422 22
636,390 636,390 0000000000000000000f2725bf4c808bb5fd0e42d93bf4ef168c013f9f18e3ca 1.31 MB 2,050 21
636,389 636,389 0000000000000000000d56d6391f1cd5130473356679b751e62e16c0b4dc6c68 1.28 MB 3,053 43
636,388 636,388 0000000000000000000c6b3ac75eb059174667a5ad8920fb7201d0445c4728b2 1.35 MB 2,802 31
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.