Memory Pool Memory Pool Refreshing

6,978 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,632 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (897,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,359 10,359 00000000a7f367626415a589bd438f52644ed42e23468980245c4c579fc4236f 0.00 MB 1 0
10,358 10,358 000000007d26fd72efcd7bb5cf925ad768cd50def17a53d3ab7e2e0446001100 0.00 MB 1 0
10,357 10,357 00000000e5561b13ae74e8f5577ea53be5dd88b2a81f3837d1c15d7f3eec2736 0.00 MB 1 0
10,356 10,356 00000000c3d24ffa14b2e488fc260be176d6fb3218eab2f419b69fe7ab9f12db 0.00 MB 1 0
10,355 10,355 000000001c0b8c512add8ffe85322fe802a0a11c90d1a7b6db3c906ffb766542 0.00 MB 1 0
10,354 10,354 0000000054f8b60525be5ffd18ef8800674209dac84557734d7566a43f473ddf 0.00 MB 1 0
10,353 10,353 00000000555ee9a6e7f129261fa365f18ec1bb2fcb23045bf0692bc3550ac105 0.00 MB 1 0
10,352 10,352 00000000f6008745d9db6952b2aa1b9d9f647688267b0b6b98dd8c953198177f 0.00 MB 1 0
10,351 10,351 0000000089078910e9e67217e847d6a7001166793ce3b2d15540915eedccafde 0.00 MB 1 0
10,350 10,350 000000002828e0eedd51f6b46fea0a1aa2f0e79813951ca6dab56cab964d54ab 0.00 MB 1 0
10,349 10,349 0000000047b78ca7bd05a7d36f6e2fedb6d065addbb6f85b2743bec99e3c15fd 0.00 MB 1 0
10,348 10,348 000000004bca37f77abfe5b287bfe369c482b9af4561956521782eda88f96d51 0.00 MB 1 0
10,347 10,347 00000000d8b2b56d29216d83bb296ebb9fa055fe781d4a6628341f8e69c9bb78 0.00 MB 1 0
10,346 10,346 000000006804d028dc3e730939b83bf2ef7f663d2c7021bb328fe5ce01b66d2c 0.00 MB 1 0
10,345 10,345 00000000257e1b1722b11a72ca4d179255088cc96d97ec22b43d551931c19908 0.00 MB 1 0
10,344 10,344 00000000980b1e2df2c0521ea535e63fba213240f578a4664bccefeed2a3a3c1 0.00 MB 1 0
10,343 10,343 000000009590d7404a9099127cdbaaa0255b5142ea12b808fe5fe15dee4f7e10 0.00 MB 1 0
10,342 10,342 00000000c5fef55bc9cc3d4bd26d4f5495af1dba2c4e284a3e9915f7c4a77980 0.00 MB 1 0
10,341 10,341 00000000a93707e85ee41b181de82e0ef1d57bf662bec505fa4af11da2477fae 0.00 MB 1 0
10,340 10,340 000000004a18468d768c8f3502738b7740ac530263da5770ffce30979bbfe85b 0.00 MB 1 0
10,339 10,339 000000009d9c2369e07d6ab4c46e09d4054983b9d826eea43a1bff85a67ad176 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.59 GB sent, 94.35 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.