Memory Pool Memory Pool Refreshing

3,843 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (791,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,336 116,336 00000000000092e1bc0e3d0d36b51a96078ed8e80045d8584e6323ab2865e638 0.00 MB 8 333
116,335 116,335 00000000000088fe1d5ecd2d27ef84877ecab089e4ec3f2665ad9d3a6382edb6 0.00 MB 3 0
116,334 116,334 0000000000005f9476ee325ff485beb4c5cab26a84c15d8aabb9e87d3cee114d 0.00 MB 11 696
116,333 116,333 000000000000b2f08b75e5aab656ef8bd1b2bd99fbc907d39c465f24f522d444 0.00 MB 5 0
116,332 116,332 000000000000c98a293874e3f4f3d7386b5bd44a1abf33ca38df928204a668fb 0.00 MB 12 0
116,331 116,331 00000000000058921c1a09e71d3ef057e9e0f48d6f33b83bd8b2d309ddb51555 0.00 MB 12 335
116,330 116,330 000000000000beaef731b891b9cd073724b90076e357ab563a0ecdd2fd39a755 0.00 MB 12 0
116,329 116,329 0000000000002fa9c4f9d74059fbbf56cca74270cf83cb542c302cdac3e4e6f3 0.00 MB 10 0
116,328 116,328 0000000000004e927f7eae388e3d3ed50c87ed351cb3125481cc4ef3fa4a1997 0.00 MB 10 0
116,327 116,327 000000000000ce9e42d10e60d3003d8a7fca7dbb0b73d9680e498f5e9587c0be 0.00 MB 5 270
116,326 116,326 000000000000725bd7415624d86e2979147a5c6368d678d347acef5ec2079b50 0.00 MB 1 0
116,325 116,325 0000000000009d7c6259aa4db79ef979b700af4e6de39a14b3fa123390a5ff9a 0.00 MB 8 921
116,324 116,324 0000000000004f0ce5942d2de81e36ee136a47e7c8d03469d4c2908a526e0924 0.01 MB 21 524
116,323 116,323 0000000000004ee617c178e3809210a989cdde817241a4d74af6e5c48d24d395 0.00 MB 12 0
116,322 116,322 000000000000ccb5c481c8e5ad3126648cf70a8462bf88d4feb9d66d4a0ebc26 0.00 MB 10 0
116,321 116,321 000000000000030d6ad24414f097d60b13b6f8bf61c62791f3556dd4334e344f 0.00 MB 13 0
116,320 116,320 0000000000002e06579a9330c3b4a63ca4cf31b920adc9d2b290e4ee67cb4d32 0.00 MB 10 0
116,319 116,319 000000000000e7b61b99117738ad49328798a716ba4f37b45d1d14435d40aae9 0.01 MB 7 1,423
116,318 116,318 0000000000000f81a55234f0e77181979c9b402ae2f28fb0e44b4f7e9d6a9230 0.00 MB 13 0
116,317 116,317 0000000000000641840caf71942d893ba073afc07c7a7cff8d99683236f4bef1 0.00 MB 15 945
116,316 116,316 000000000000b121948cce4802910bc4216e80b21cd27b22f14d27fb7347f2a8 0.00 MB 3 4,434
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.