Memory Pool Memory Pool Refreshing

3,530 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,883 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (814,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,283 94,283 0000000000051f536da13f08bf2e8a2bcf7d6293760aab6a2efa99c1931e3988 0.00 MB 6 0
94,282 94,282 000000000004293724afb2c5196b6e59bb491ac62687e41b30d77bb9bc36da55 0.00 MB 2 0
94,281 94,281 0000000000019e51051b71608d0808c85801e8cc115765f1ee5ca9bdb2d26106 0.00 MB 2 0
94,280 94,280 000000000003160a53c1391ec731411eb8854e87bb76022bee1a9e69e0c17fb1 0.00 MB 1 0
94,279 94,279 000000000001e71132c344021a45721833b8c7b6d3049727434a75d90df69b56 0.00 MB 2 0
94,278 94,278 000000000003d999c2822d5c874d5804086fcd95711b7c8afb65a07f31da6fd8 0.00 MB 1 0
94,277 94,277 0000000000042053f8dcb5cd2bfc908f8cb0cd39e2ddafcbfa6cf14d225ad53b 0.00 MB 1 0
94,276 94,276 0000000000046dd28720efc7469edb7b627f663ed7c37f985e3e98ced1cf5253 0.00 MB 1 0
94,275 94,275 0000000000053e1068f14d7fab46279ea98f7ea1a506bf7cb1da64ea35ff69da 0.00 MB 2 0
94,274 94,274 000000000009445f83fdd2fea072f2c16f7950231da6e553dc551cb433aeabc0 0.00 MB 1 0
94,273 94,273 000000000001b32bb720ae431e879a92e2aa30989a1ad7ef8ba05deb3d79c3c8 0.00 MB 1 0
94,272 94,272 000000000008a469ad2910fa39ebc3dbe09e87f15320d1bea950dfb6c0b54db3 0.00 MB 1 0
94,271 94,271 00000000000130ed1bf0709e6bee1c52d162cf488dd161f014c2e4de17e2981d 0.00 MB 3 0
94,270 94,270 000000000004c6d4667f702aa2f62af9f17839915d9258fd86a52fb76c6e0b4f 0.00 MB 1 0
94,269 94,269 000000000006ee0628d592f34dfb92a70cf9d758eb90fd2749a10403d4d4a4f2 0.00 MB 6 0
94,268 94,268 00000000000138e171d29db00973ecffc3fce4e693949334c3e265a6c14284d6 0.00 MB 1 0
94,267 94,267 0000000000048c0cef71ff72423d9f23a2210e9630af4b96893cca2c66eaa699 0.00 MB 1 0
94,266 94,266 0000000000090b126da36e7b9912448928fc15c7dc5e9ac847812b0829657f4f 0.00 MB 1 0
94,265 94,265 00000000000956549f25b6c0e303a239fae3b9802ea7f0633854b86a1369d160 0.00 MB 1 0
94,264 94,264 00000000000221acdce6d13eb0b55a671a65358b742329a04061f8b5bdc69352 0.00 MB 2 0
94,263 94,263 000000000009766916c52973c5b0a832ffff31a2eb8e87234ce27285c7b9bd56 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.55 GB sent, 100.62 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.