Memory Pool Memory Pool Refreshing

6,199 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,868 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (138,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
769,077 769,077 00000000000000000005f235ffe78ec7405293847dfdea3c4f700a0748f2730b 0.41 MB 674 16
769,076 769,076 00000000000000000001bfd9de28828ba4325388334c24d6092a51db727a7248 0.07 MB 196 17
769,075 769,075 00000000000000000007cef512ddfc5b3462bf3734da76b602dbd8cb7e8d4208 0.59 MB 973 18
769,074 769,074 00000000000000000005e2c0ff4dfd99515daa820589cf934e177ad827c0a200 1.41 MB 2,229 15
769,073 769,073 00000000000000000004e8090d15f9afcc7b3948cd20e0d20fc878ebc42fa345 0.03 MB 50 30
769,072 769,072 000000000000000000040154dd9c62eba80ecbc575f67e8a695644fda210662f 1.26 MB 760 6
769,071 769,071 00000000000000000002c8371d95e12ab51cd1c839dd650089685c0bbda44a6f 1.56 MB 2,129 15
769,070 769,070 00000000000000000003faf85901bc58fcc279e3bd544961bb805dfc71376d1e 0.51 MB 825 16
769,069 769,069 000000000000000000027dee13d107b8e65951952b79769270f9f5881b93a2e8 1.35 MB 1,733 16
769,068 769,068 000000000000000000005b6fa4314632d11bcb7e597a1ed147fdb60046d59ef1 0.93 MB 715 7
769,067 769,067 000000000000000000069491b72383373cd848ef869e47d0d70de8ec3738980c 1.34 MB 1,133 20
769,066 769,066 00000000000000000004e01caf5c133477ae43283d525736aa87a073f386f10a 0.21 MB 495 19
769,065 769,065 000000000000000000001c12ccab8c08ba6b0338b611baaef310fc0c519feb93 0.83 MB 1,345 9
769,064 769,064 000000000000000000050c21ea368b6b5cdf16711cf189d433e19b4a3a4e035a 1.56 MB 3,013 19
769,063 769,063 000000000000000000006f3713549befd9148e15ca9a22c3dd47059d8a5d7641 1.50 MB 3,001 21
769,062 769,062 00000000000000000002b605dba6f96e730846496226de37d1141000d2839403 1.42 MB 2,235 10
769,061 769,061 00000000000000000004dea49530fa6193bd8d9c7a317ef8a4a40e7acc40bf8a 1.40 MB 2,913 25
769,060 769,060 000000000000000000001c2b89e687b1cc6aaf94f77a578390b0bba6553f04ca 0.16 MB 284 15
769,059 769,059 000000000000000000044b86db6b51cc064debedff15d5258ed9eb62a0de40a8 0.57 MB 1,175 17
769,058 769,058 000000000000000000078a33b40103bf41ecb909ab3e7995ff8932b6dfd24329 0.31 MB 434 5
769,057 769,057 000000000000000000005c84ee523c666b39738ee54f45423946636d5f23cd7d 1.59 MB 2,753 22
Previous 10 blocks ↓
Total Size: 769.42 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,645.22 GB sent, 95.05 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.