Memory Pool Memory Pool Refreshing

12,768 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (612,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,349 295,349 00000000000000001a780efd2691596fee0e41172ca918f4c7f2e9018fb413b3 0.58 MB 1,041 35
295,348 295,348 00000000000000000ca494f0eb2cc7708b051d63b758c3ff47a36d341aa785f1 0.01 MB 24 39
295,347 295,347 00000000000000008817b57809bea3193e9b02de21c02666e03407f3d7419f3b 0.13 MB 140 21
295,346 295,346 00000000000000009127572efcc828b812edc68249859aad1a24b38c38b64565 0.10 MB 256 44
295,345 295,345 0000000000000000ad5423a04571ab05b0a8f21091fe716d281592497a002d13 0.07 MB 141 32
295,344 295,344 0000000000000000232279c8c52784bce98a7b785562fed4481977225e19fa12 0.28 MB 571 33
295,343 295,343 00000000000000009cfc01d14c6cd265b6905ff03c09c1c8682f7ce43a6b85c5 0.02 MB 64 34
295,342 295,342 000000000000000041d741c753147e57e9099ec886cea12727c8fc752a1915d6 0.39 MB 463 25
295,341 295,341 0000000000000000676c77941d21df3ac643f8d89f0406344032ae1e083b44f5 0.35 MB 530 26
295,340 295,340 0000000000000000050fb4d583d3f5467eb36b3e1009a46f5a11ab49e3875b51 0.03 MB 64 57
295,339 295,339 00000000000000000f2992964b9aa45f7018c8805ebd3eda839b8683aab19bd3 0.25 MB 618 38
295,338 295,338 0000000000000000395fdde92c77dbe310b071c1cba90b16762b61b595e822d6 0.21 MB 512 45
295,337 295,337 00000000000000006d7250d54c38fbfe5346863387ad9ca8d8bfc97408f83806 0.05 MB 84 18
295,336 295,336 0000000000000000200b3a0433df342145e07eb154441edfe0597415ae2fe6fc 0.10 MB 199 30
295,335 295,335 0000000000000000915f5c43ca70ebfc805710d6c85e9971b1ca435471ca0a28 0.03 MB 75 62
295,334 295,334 000000000000000033bd6f6ca942000490675d22fb0c1b2659112763a3a1e02b 0.05 MB 123 42
295,333 295,333 00000000000000008a5790247746b818581487ab7a19c29418e766498285754d 0.22 MB 412 39
295,332 295,332 0000000000000000455d1de23b123da6188a1ff66b81bf1a0888b43614562e0b 0.10 MB 256 47
295,331 295,331 00000000000000004098fa3bfc668f900dc28fa189fa1173a4af46f556b56a87 0.65 MB 1,278 31
295,330 295,330 000000000000000063468795cc207a14ac174f4728dd388d38019c79af349953 0.03 MB 64 77
295,329 295,329 00000000000000000efd32f7d85ea030d121c040ef7163d80f62f84b6fa360a3 0.31 MB 591 31
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.