Memory Pool Memory Pool Refreshing

426 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 346 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (800,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,981 106,981 000000000000fb6c3583b4b104b198ac77c6accdaa538ead864f3dcc6455e5c9 0.00 MB 1 0
106,980 106,980 000000000000ca6ba1612275098e805b4e786a6db858f8f1457095a45789bc19 0.00 MB 1 0
106,979 106,979 0000000000025777cd1aca11ad3b76ea9d68b0c8097183459b4eee811fc4540c 0.00 MB 2 0
106,978 106,978 0000000000006f189f8727d3cc8290ad9da95d9382119dc6fbd6e426ecef8002 0.00 MB 2 0
106,977 106,977 000000000001f7d821b7d364a477c7011e658d0f3cfa0dfd1198c98fd35f9d4c 0.00 MB 1 0
106,976 106,976 00000000000007a52b6fd1b2a1fd10d5e5732e465309b5ae1af80ecb4968d754 0.00 MB 1 0
106,975 106,975 0000000000017de2686042d1b5bba6a114a466353e7b6bedcb303f1fbf019461 0.00 MB 8 0
106,974 106,974 000000000001fb3b529e055004bf331bcc92665a7fb76719fe9ced330c24aa51 0.01 MB 32 0
106,973 106,973 000000000000b776d67a015a295a8595ec1f13679c1cc0805e22ba89bd6cb60c 0.00 MB 1 0
106,972 106,972 0000000000024c868912e70d7231c3a53393b5bb403ddc661d324634b09c8986 0.00 MB 3 0
106,971 106,971 0000000000012fc24f39fc211264057d70caa78f44268a1a292fdf617eacf474 0.00 MB 4 0
106,970 106,970 00000000000013a909de6acf8e0c3147b783b95c704c6548385ac783f658d3ce 0.00 MB 6 0
106,969 106,969 000000000002318a5d4638978c68d055439fcbc036649bcb777a5b90010464e3 0.00 MB 6 0
106,968 106,968 0000000000025833be7974b6b39edc16edc0dd0ef2b692f69196c5e401fdfadb 0.00 MB 6 0
106,967 106,967 000000000001c1e037cc0b15d4646238589f0d70fc76e078968ec5fa8af164c2 0.00 MB 20 0
106,966 106,966 000000000001055f5c5e2a784cf772358889673790939a089f47e2220637fc7c 0.00 MB 4 0
106,965 106,965 000000000001dda5d4f407d71257654ec8b3792d55241a9091abcf7d8c4b5aa2 0.00 MB 1 0
106,964 106,964 00000000000245f4f2c1aa1837d92d80486826d509b772378158c9bbe33e732e 0.00 MB 6 0
106,963 106,963 00000000000112149613bb454b555a019ee287a91fbe2afac91c567a951452b8 0.00 MB 7 0
106,962 106,962 000000000001cbdb5f453998fea1461040236058eefe105edf9fac6928a6ecb6 0.00 MB 20 0
106,961 106,961 000000000001e139b6c48a50a0793e9dc0deb51421d3051648d814739ec45e6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,632.76 GB sent, 93.70 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.