Memory Pool Memory Pool Refreshing

4,182 transactions
1.99 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,616 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (8,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,370 899,370 0000000000000000000018b12fc2c55b0fba47123ef5940dd9fb09e761d58950 1.45 MB 2,706 3
899,369 899,369 00000000000000000001ee56258ad47c938f957fb8a2953b5a524e0de231d2e5 0.00 MB 11 1
899,368 899,368 00000000000000000001d10fabfdb745c5c1ae54d009355a03041176362a11fd 1.30 MB 2,305 2
899,367 899,367 00000000000000000001ac3c759a30ec66a54191c1ea617312a662f62179eb28 0.00 MB 10 2
899,366 899,366 000000000000000000013c10d2a84474fa54de24ead67b06c9c3a182cd474348 0.07 MB 154 3
899,365 899,365 00000000000000000000ba5e8778c78ace198417082145ea3e9f474da6bd2bfe 0.58 MB 1,270 2
899,364 899,364 000000000000000000021e0e0194a8c4f575bb89a9faf3d7c0e8b4ca78637299 0.53 MB 763 2
899,363 899,363 00000000000000000000a0cc4ab1df9ae0a374f7ca8be3ed55601a19703940c2 0.43 MB 695 2
899,362 899,362 00000000000000000000a019f6db212156f2ba2bbf437793c52cf90780645ba7 0.31 MB 798 3
899,361 899,361 00000000000000000001ed1850a3d228071fdbf6a318051c8d5662c031e91320 0.37 MB 522 2
899,360 899,360 00000000000000000000db43ef32a9f696457dca533b617c048dfc3e0c52c710 0.25 MB 510 2
899,359 899,359 000000000000000000003c6c865183c9edcae1cc99fdc1a95ae478462cacffc6 1.71 MB 3,069 1
899,358 899,358 0000000000000000000178e77a22a5710de1ea1f15ede1f81f19cf1e9278053e 1.41 MB 1,596 2
899,357 899,357 0000000000000000000209965bf8e1c386829f1416438a9c0c46642ae3d19d27 1.65 MB 2,055 2
899,356 899,356 00000000000000000000a18c0f12f147dbaaf5479995eae160867535621e12f0 1.45 MB 2,828 3
899,355 899,355 00000000000000000001a94a91c983d34699529ace62a3f6b499b641aa28d287 1.72 MB 964 1
899,354 899,354 000000000000000000013a5fe454bffe5b2c1ee406bfdd85d5ca17c366d1826e 1.35 MB 1,625 2
899,353 899,353 00000000000000000000db8c7e638866e5d0fb2fd1b9381c6c4ae700e919564d 1.44 MB 1,806 3
899,352 899,352 000000000000000000004f4824c91f1c613cefc90aeeba21e7ba7051af84aafb 1.27 MB 1,350 1
899,351 899,351 000000000000000000019fef0ac509cc422e267e413247f0b6c7270f782169a8 1.65 MB 2,709 3
899,350 899,350 000000000000000000019d3ba9285ab969ee251763bb09b0f5265cd30554a93c 1.45 MB 2,049 2
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.