Memory Pool Memory Pool Refreshing

2,790 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,788 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (21,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,466 886,466 00000000000000000000169a274c74b561b9a0cdf89a42ed3fe23c18ae3d88ef 2.18 MB 112 1
886,465 886,465 000000000000000000023214539f458fae24abff9da996981f805c12c0801575 2.08 MB 698 1
886,464 886,464 00000000000000000001dff440319452d767520713311be950a9c8742c90402f 1.96 MB 1,600 2
886,463 886,463 000000000000000000024536f4891c07acc58bf9655f471551e26286c785558a 1.74 MB 1,742 2
886,462 886,462 00000000000000000000958c237cf03882088c1aedb2a9974782a96352752129 1.47 MB 2,915 4
886,461 886,461 0000000000000000000187076bb0415ea7826114c077a4d558639ee317fab344 1.57 MB 3,758 6
886,460 886,460 000000000000000000027b4ef72f9c304d369c42024d923606b91f186553e250 1.57 MB 1,784 2
886,459 886,459 00000000000000000001e6f6b33799c9129706ccf09cd892772342454ae50303 2.11 MB 437 1
886,458 886,458 00000000000000000000935ef4949c93079dc2ccd25e689801155d2f686ca811 2.12 MB 1,214 2
886,457 886,457 00000000000000000001b3d305bc225b5762d44d8df8e8b53fa30a71b4c9ee91 1.78 MB 1,669 2
886,456 886,456 00000000000000000002039ce1d929e3d41dee8d31c82691c372e2aad978c75e 1.52 MB 2,973 3
886,455 886,455 0000000000000000000063dac726e8d0e15e6854076d0a1b0324bdc6cdd1c603 1.76 MB 2,908 2
886,454 886,454 0000000000000000000076f48b6e24797ef59380be33979f0f62bacd9c8febad 1.64 MB 3,604 3
886,453 886,453 000000000000000000006ec11327d0d8181d163916226b5acc00fd4e67aca1a7 1.56 MB 4,051 6
886,452 886,452 000000000000000000027b7d3b6cfd06150d3b223ebc261771b1bb23323e9140 1.59 MB 3,658 8
886,451 886,451 000000000000000000010e1f383ff0a08579e39f4712026e0b612f456dd06cfe 1.58 MB 3,717 4
886,450 886,450 000000000000000000020ab7e6a977500d4d36de761dbe8b65bdc4feb7bad682 1.54 MB 1,890 2
886,449 886,449 00000000000000000000f238f617bd97d3e877108328102d9adcb14a2a92ef00 1.69 MB 4,108 3
886,448 886,448 00000000000000000001baaa6e3dabc48f65e169f9a1d36333028b4bc2311d19 1.61 MB 3,734 5
886,447 886,447 0000000000000000000077aab26842a158bcb274e6002197f6fc1c016f678b90 1.69 MB 2,887 6
886,446 886,446 000000000000000000019d1af42931157585cf2af2db81fceba43d6a762dcbba 1.62 MB 3,423 6
Previous 10 blocks ↓
Total Size: 769.14 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.05 GB sent, 93.60 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.