Memory Pool Memory Pool Refreshing

1,422 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (178,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,347 729,347 0000000000000000000627314818f9c3a581ee06d3c1938e92f68313eb837cec 1.38 MB 1,785 6
729,346 729,346 0000000000000000000138c07ea99aa69065cc843d49596efb7741532361139a 1.62 MB 1,181 2
729,345 729,345 000000000000000000036f92fb50516a9aba7e0d1be99c934398c5f98ceacbc8 1.40 MB 2,047 3
729,344 729,344 00000000000000000007e831e453e984abf74b5dab6259d48b7a4294b4045b5f 1.22 MB 1,057 4
729,343 729,343 00000000000000000009386203a107260e27f0016f3bd1778ae82f558bd5afd2 1.39 MB 2,337 8
729,342 729,342 00000000000000000001e1aa2ee1069a82d049dc6e4ca1cc03de50f710d6e592 1.47 MB 3,017 14
729,341 729,341 0000000000000000000110ecc8fbbbff7e1bba57944ee07b45440000db7400e2 1.45 MB 2,215 9
729,340 729,340 00000000000000000002055e6c4fe29fe2ec77d1485fd17e7217237789c5d373 1.49 MB 2,954 13
729,339 729,339 00000000000000000004c6599cb69f6d21660c6cd9759d8055f88bf0809ecd8f 1.35 MB 1,147 2
729,338 729,338 0000000000000000000983c09397e3e99c525883484855a5514005e3f2acd111 1.34 MB 1,546 4
729,337 729,337 0000000000000000000959794178333e2e2f4474d84d9528e5e31d49652f5d58 1.59 MB 1,697 11
729,336 729,336 000000000000000000005683d2852b68f481718a37f460d8f10fa988b332f97e 1.66 MB 1,242 2
729,335 729,335 00000000000000000005857b47505782691d14de5d9e30adc72e0a49a5ade706 1.30 MB 1,482 4
729,334 729,334 00000000000000000001c686e055cfa3b2d04c906e07d32b624c2847c95ff3c1 1.41 MB 1,314 7
729,333 729,333 000000000000000000071a6b18ff27cd3af4927d43931fac9684bcb6bd7c08f5 1.30 MB 1,875 5
729,332 729,332 00000000000000000007b432cca6619de12dee0d6d616bfd2bbb3cb6a06097e5 1.46 MB 1,899 7
729,331 729,331 000000000000000000016003c585db344a32f9805ce21632a070135b451130aa 1.56 MB 2,206 9
729,330 729,330 00000000000000000004b5c024a684264bd10c8cb6ce2681dd89fe878e432ec7 1.61 MB 2,557 13
729,329 729,329 00000000000000000008361adc4826a744a74d1a1ede88560001943ee9ae51e1 1.43 MB 2,403 21
729,328 729,328 0000000000000000000875f34e5cdc26ae7286e81ada40d350a748a8e34e0d2a 1.29 MB 1,147 7
729,327 729,327 0000000000000000000442ab4e23a0426795c475f72a174004a06f26175b3576 1.45 MB 2,561 11
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.34 GB sent, 93.12 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.