Memory Pool Memory Pool Refreshing

3,944 transactions (1.05 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,996 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,995 (853,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,276 55,276 00000000115970dc9a46874cddba8fb3a54a9247aefc908e1f6f5371e9a0e934 0.00 MB 5 0
55,275 55,275 000000000e79a6280ce8d2a19fc1ef2a5c3d672e8863c23b9db68ee384e60d33 0.00 MB 1 0
55,274 55,274 000000000732c845020abbea4e5cfbf9fadf81531a457462455d703a53299b27 0.00 MB 1 0
55,273 55,273 00000000065e9422620370181cf7e7d7e99ef3ffdbc6a55c2dcb0978868ee1a5 0.00 MB 1 0
55,272 55,272 0000000007ae773505e4f5956b92b89bdd321d8794247ce4bd69998e4e051570 0.00 MB 1 0
55,271 55,271 000000000c15fc2e7349573786a28fb3d7be7cd66ad9a58abce471e7c3125ae3 0.00 MB 1 0
55,270 55,270 00000000077fe00a0913d7079b68198f9c8c5616309db9f6748b4400ca6b6b92 0.00 MB 1 0
55,269 55,269 000000000e2e6795169582cdeaeab821be41c09910677f0000d6b482e794d451 0.00 MB 2 0
55,268 55,268 0000000012999dbf4860559b6d7066d1dfb009e501bda77af70ee160dc0506d9 0.00 MB 2 0
55,267 55,267 0000000013db3f581e4038f1cc8a63630d1a09e73797a72de0a223cac8459b81 0.00 MB 1 0
55,266 55,266 00000000090f7346be014e888632b4dcc852a2e07a58a92b0a5c5937c3d7ac03 0.00 MB 1 0
55,265 55,265 000000000b0624ce4321b4bbc40bddc3cb66de35f2e0040c88c1ca96965f21b2 0.00 MB 1 0
55,264 55,264 0000000008ac96757eaba53d07b8f903f068c6f0772b7a641209a603c816bb98 0.00 MB 1 0
55,263 55,263 0000000004c73f36bc4a3131dea8b9a863f50519565c76b05f19890f1b281d84 0.00 MB 1 0
55,262 55,262 000000000c1a705f2fc41e7aa9cfe342b57a1a837db0f9caa54cf5ecb11b0914 0.00 MB 1 0
55,261 55,261 00000000126c7115c5e2266a6d6a7e49866f92cd0b66f217fed45abf441b73a9 0.00 MB 1 0
55,260 55,260 0000000005dfdcc5bc51613e79dc49b3a54b2573b103af79888577bf6f890403 0.00 MB 2 0
55,259 55,259 0000000013175cae4c3e155cbf0e9c3f69a71bf3d121777c596f25dd9042486d 0.00 MB 1 0
55,258 55,258 000000000fa5e2f5d84027bcbb8c2ca5c5abade87252fd92fa72a8eeea507a08 0.00 MB 1 0
55,257 55,257 000000000dc425ee50fd113af638c03f614a2fc353f2c03e610cb9a57c73fd82 0.00 MB 1 0
55,256 55,256 00000000097650b25b2fc5fa99f682680b43c4f7f3a7e992849bef3d9e4ef107 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.49 GB sent, 105.12 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.