Memory Pool Memory Pool Refreshing

6,274 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,093 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (21,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,270 886,270 00000000000000000000cb47dc2e7189090aa50ff984929aaf8c549715b63a6d 1.64 MB 3,313 5
886,269 886,269 00000000000000000001472b51c306b1cca5a93ffbae45caf0de0a7b3ac348c3 1.58 MB 3,710 4
886,268 886,268 000000000000000000003f3e20c038c8ffe47c4ecc79efdd80e0ca8ca3f2d843 1.70 MB 1,838 3
886,267 886,267 0000000000000000000245283f4cd792934a1084a4dea9fb4d6342c713defbf4 1.49 MB 3,253 5
886,266 886,266 00000000000000000001378531adbc8c95c8a4068e6135b68fca8ebc43bc3ea3 1.57 MB 2,681 4
886,265 886,265 000000000000000000007c64651d276ec504cc076a9ed56c68fd36829fcc7786 1.78 MB 692 2
886,264 886,264 000000000000000000016ea3779a34542425129c8bbf6ca06c21e19ba066b47b 1.75 MB 2,803 5
886,263 886,263 00000000000000000000f74262d4c78c78e9fb2c4f7a1b5cd73d39df46217214 1.64 MB 3,524 4
886,262 886,262 00000000000000000002882406f0d979aba4b1840ad2836e466bee16668e00a2 1.73 MB 2,474 3
886,261 886,261 00000000000000000000c7bce44da384351161687d7f5b9db53bdaecaeea84bf 2.10 MB 446 1
886,260 886,260 00000000000000000001e593d5b3ad8f07e5b9520d82be634d595052f37516b4 2.00 MB 1,268 1
886,259 886,259 0000000000000000000230c36de36097efc97efd3480bd5c13738d456c7fcee0 2.18 MB 267 1
886,258 886,258 00000000000000000001e3f9a21d89bacab69f1b53075d79678e20bc49f420f6 1.79 MB 1,878 3
886,257 886,257 00000000000000000002562fa43efb25617670b3ba48e57e709303cef808f390 2.09 MB 599 1
886,256 886,256 0000000000000000000131cfaad95c2392b5e4e46cc058f47708fc666e968bc7 1.62 MB 2,987 4
886,255 886,255 00000000000000000000876c44e845ef4d4cddde452fa38aa430daeaf210b3f3 1.17 MB 1,145 5
886,254 886,254 0000000000000000000074bbcb018ce21f16f9e07b8d467caba72924a2e66521 1.80 MB 1,828 2
886,253 886,253 0000000000000000000213807d7c3f2909e3777711b9f7096c242ecf3dfc7365 1.62 MB 1,862 2
886,252 886,252 0000000000000000000162e1b54eb74468543811f4b23ff38f520c7174e5bea7 1.65 MB 3,475 4
886,251 886,251 00000000000000000000db33dd211a94a354800908acf045a20e8ac846cedeed 1.69 MB 2,864 4
886,250 886,250 00000000000000000000cc828a15ea6a7eb7fcf56a4310e1b4dd898bead06a92 1.64 MB 3,852 5
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.