Memory Pool Memory Pool Refreshing

64,424 transactions
30.38 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
4 sats/vbyte 6
3 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,413 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,412 (51,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,998 826,998 0000000000000000000371f70f7511a79eafccaa9ffc0d6fc6a91c98d047b8a6 1.81 MB 4,517 138
826,997 826,997 00000000000000000002471f189691ebaa835cea63bd40eb3ebd1fba92a49e93 1.75 MB 4,214 113
826,996 826,996 00000000000000000003c73a5dcb65a38feeff37e4695a00edb80ee02d020ecf 1.46 MB 2,401 97
826,995 826,995 0000000000000000000257efabf00f6652ee96db9f8572a09fdf1a3d9c965113 1.72 MB 4,095 153
826,994 826,994 000000000000000000001397ca64ceaf23fb846dcd47abbc97df006fb9b7b4a3 1.51 MB 3,166 169
826,993 826,993 000000000000000000031122456ebdf808e4d7f3fa4385b9d2e50bede4e49520 1.39 MB 2,394 146
826,992 826,992 00000000000000000001402cd0cb189b05f2ffbc35c170f10dcabcb7d583a90f 2.02 MB 5,700 200
826,991 826,991 00000000000000000001e393830382e76168a0c3aabc0903066a964a689414c7 1.91 MB 5,165 220
826,990 826,990 00000000000000000000fe04a07af8e3a7799364a0849866ee8637bb6c38519f 1.10 MB 719 221
826,989 826,989 0000000000000000000324a06e1dd7616caf58bb5affcfb257a251b0e62e480b 1.24 MB 864 33
826,988 826,988 00000000000000000000feda5d0694217822d2f11e73d6ebf99132324a7ca5ee 1.18 MB 1,001 33
826,987 826,987 00000000000000000003f70e93d6b7ca6290e2bd90eed73e3c3eea422361934d 1.50 MB 2,172 38
826,986 826,986 00000000000000000001d3385fa215a2f50294eedb865b9b43b50ac6742237de 1.07 MB 256 31
826,985 826,985 00000000000000000002fc1da1eb41aaefa1aef1136584ce85aa61138d7fba3c 1.66 MB 2,980 42
826,984 826,984 00000000000000000003cccee6bef57f1eac8ecb7d0387cf061b7ecf7af0f61a 1.59 MB 1,818 37
826,983 826,983 00000000000000000000461269ec162bee74ca010f1b86e102998389248ee44e 1.23 MB 940 33
826,982 826,982 00000000000000000000bf6819cee6141077e0868555845b61e0de4c7cdee46b 1.62 MB 1,876 35
826,981 826,981 000000000000000000025c2efe9a659469425fa13fdba8ecbd96b02117bfafc8 1.12 MB 685 36
826,980 826,980 00000000000000000002c09829967da526a718e33961e2ae034cf6fc8de0a335 1.36 MB 2,040 43
826,979 826,979 00000000000000000001ca7455d1294c186ec774622ba9f13b68f2b09a9e240e 1.12 MB 920 39
826,978 826,978 00000000000000000003966b71137035fe91638a4c9b245f4c8d47566b815c5d 1.33 MB 1,584 39
Previous 10 blocks ↓
Total Size: 715.16 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,377.59 GB sent, 40.80 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.