Memory Pool Memory Pool Refreshing

7,073 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (583,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,894 323,894 00000000000000001e29c479498e0ad947e150a10f06f80373de86825979b0cd 0.18 MB 564 32
323,893 323,893 000000000000000000ca1ada1c0fd2fd27a7cd259d02a207e783142767716183 0.04 MB 89 29
323,892 323,892 00000000000000001a6d195bc617405febba4aabcafa94c35dbc1f39ecda9241 0.07 MB 146 27
323,891 323,891 00000000000000000f3543c776c97c5c46b90d982ab2cfd006c5f84bebcca3bb 0.08 MB 169 39
323,890 323,890 00000000000000000b8b871dff1cf28a5325732786d88c46993477f2cd43d2c8 0.04 MB 84 28
323,889 323,889 00000000000000001ecb6fc6da69f2748d3bb47fb199129c2cc759c1390c3806 0.40 MB 727 32
323,888 323,888 00000000000000001538a5e96ce550c2061144b464c3f3b9adca422f51d0954c 0.05 MB 55 8
323,887 323,887 000000000000000017042d766a33ab5406ea395b7295b5b99816f08727b83d4a 0.14 MB 291 31
323,886 323,886 00000000000000001e5c9d8445afabcc07bdb1cc678317b8400cedbd4db71fab 0.04 MB 88 29
323,885 323,885 0000000000000000156cd61598ea5d879aba334c74e48b7320a583c9a55529ff 0.15 MB 248 22
323,884 323,884 00000000000000000e8d6ba47b57b8cc4b4733f339a36e734453d51d25fe62b1 0.30 MB 550 31
323,883 323,883 000000000000000001e087adef77c5500284ba91de1ae7d5cfd7d276e55ff8d3 0.25 MB 521 28
323,882 323,882 00000000000000000c6fc3702b91d85d2582f312695b80f1bb954527588e0442 0.04 MB 58 21
323,881 323,881 00000000000000000032d261938f0790e95c611ba672d5c1a5fbf373f1d9da95 0.17 MB 322 33
323,880 323,880 000000000000000011c6f4ff9a991509c184a47394cc182a68360123fb0b9666 0.14 MB 287 21
323,879 323,879 000000000000000007f8139a37f8a47969320795eaa7aacf3df4a39e880efce1 0.35 MB 666 32
323,878 323,878 00000000000000001e32fa285f864053531ca729f9e56eb3dfcd7927bc070e6d 0.08 MB 156 29
323,877 323,877 000000000000000008e9e513f8c55d8164fde181a81705d22fc1a14545405012 0.16 MB 341 21
323,876 323,876 00000000000000001904fc727c3e3a263930e4f78119d997b4e1fcd29d42c9d6 0.37 MB 386 20
323,875 323,875 0000000000000000066e9ef95b35e2b07e0dc0951e1bba702ce0307f9833dc04 0.35 MB 577 28
323,874 323,874 00000000000000001a49f8519fdfe0bbd05b9d797e3eecdd095c52fbc7e9649d 0.31 MB 557 30
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.