Memory Pool Memory Pool Refreshing

3,931 transactions
1.74 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (557,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,054 350,054 000000000000000009ec0813bff1003069357a1c179c8918229dfc204fb4be06 0.06 MB 42 5
350,053 350,053 00000000000000000fe96b598d13cbd226c038beade609b8cb626e3737693abe 0.20 MB 392 18
350,052 350,052 00000000000000000dd40ef32558bae23d139d037bb803c1ba2a6f9e8041733e 0.75 MB 1,332 25
350,051 350,051 0000000000000000178320932d50a138d5d5e4c4b1b98ac6eebe7b85c85b27d5 0.15 MB 512 48
350,050 350,050 000000000000000012519fa2c4d217618920665551b85f3d0fae817805803504 0.07 MB 134 27
350,049 350,049 0000000000000000163b13a5de43e86dd2738e31d9610ed2f3e332f83fb9a008 0.00 MB 2 0
350,048 350,048 0000000000000000052d59e5ce3e4e22ab2a99c184975cd02d66d4d8e5af087b 0.08 MB 116 10
350,047 350,047 0000000000000000053d342e2ad5bd64dcdb589b3796861a6c4a8d5db11a4f9d 0.27 MB 341 17
350,046 350,046 0000000000000000175431857c8c7a1b56fbd8abfb8863536e9b2568b2cf25a9 0.06 MB 146 27
350,045 350,045 000000000000000012a864536c7c1511b75227e3bd4e62b713fc7cadd559fc41 0.20 MB 379 24
350,044 350,044 0000000000000000109e1526dc06c8e13c429e3425e09bafe5769a582331a74b 0.72 MB 1,180 21
350,043 350,043 0000000000000000072c0274112314eefb28ea42adb91c47257846fc1a78e90f 0.24 MB 479 29
350,042 350,042 0000000000000000041c28a85e9c65c8b7124161841a61992b6169c689ad573b 0.61 MB 1,327 27
350,041 350,041 000000000000000007727101fdba9f97871e9918489e5df93a197de89106a95b 0.31 MB 522 21
350,040 350,040 000000000000000011ad5c282c71ea62f1cd9e4037f4ccfbd9c545aa24c0253f 0.12 MB 256 43
350,039 350,039 00000000000000000bb5a06a7d4d567ded8c8cf4e4af582466e50f6838d42db1 0.17 MB 259 20
350,038 350,038 000000000000000008b04864de6ed4fe396733070848337bfd87fe89e137ec91 0.12 MB 165 16
350,037 350,037 00000000000000000593c37747b71f0525651eb6b93c18f095ebd45cf0e3b770 0.74 MB 1,244 18
350,036 350,036 000000000000000016de120b5f6f6df1a1e4025732815dd176d78ba63918ef2c 0.75 MB 1,171 22
350,035 350,035 000000000000000001368470415f64e583b95b676af581a898ae8bf99d244816 0.75 MB 2,346 41
350,034 350,034 00000000000000000e1370c498ab5857a83b571fe56e28beda27e216320d495d 0.04 MB 128 46
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.29 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.