Memory Pool Memory Pool Refreshing

3,144 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,125 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (496,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
411,652 411,652 000000000000000000349ee39fe6c23d5f448c16c9a396b462f04585e481f864 0.00 MB 1 0
411,651 411,651 000000000000000005a81b888efc7e2e0332fccfb79bc4383c0aacc84b68b397 1.00 MB 2,408 53
411,650 411,650 00000000000000000243e5ece98e550509099a88f4d05142fb4442b91b5506ff 1.00 MB 1,511 39
411,649 411,649 000000000000000002865279119e86b436cb8e0ad9896152123d0e3bcc097792 1.00 MB 386 38
411,648 411,648 00000000000000000131621a0360423b63f4ae93986693ea433c10945eae802f 1.00 MB 956 44
411,647 411,647 0000000000000000015b738cfd2d837f476f3544986ee89134a3c03c468d3d49 0.00 MB 14 154
411,646 411,646 00000000000000000041e23fd0515ba6a75e7bcd9a682950f00a21c25c32faeb 1.00 MB 369 38
411,645 411,645 00000000000000000593b707f00504fadaf7a3438a12d7f39020ec55d5a92917 0.99 MB 2,837 79
411,644 411,644 00000000000000000580a9f42982da8c68d54849a6257603e6c77a28d9e4da5b 1.00 MB 1,304 47
411,643 411,643 00000000000000000527ca47b9112490344abee4f69098871ad6151fc809317b 1.00 MB 1,003 24
411,642 411,642 000000000000000000acae3ebd12eae84f52a83139fde8e0710dbc33f719a2c1 1.00 MB 425 18
411,641 411,641 0000000000000000012d18bf27842bac264821b47538c3d2641b2cf2c6a4cbff 1.00 MB 1,271 28
411,640 411,640 00000000000000000340e37a7231205baa56eef1644e212b5f56fa8cbae4c0c0 1.00 MB 1,738 58
411,639 411,639 0000000000000000008b9cb38cd3105e75af94b3af79d0a59cbe4edb618fb814 1.00 MB 1,749 41
411,638 411,638 000000000000000000cf40b087d7dc010c2edf9b5eee58043434cf7b399d3c62 1.00 MB 1,418 20
411,637 411,637 000000000000000004fcf9eb6b536fc4ef22cf283c6084d16aa20a1e364a028f 1.00 MB 1,417 28
411,636 411,636 000000000000000002357d47d1fa4596fd11f2ed3a5c7dde2182e99cfe06cd2b 1.00 MB 1,983 33
411,635 411,635 0000000000000000041b0356bd4f442d84fa7917076893d7c9e4083c967e79a8 1.00 MB 1,844 27
411,634 411,634 00000000000000000114048af06698ded85e899b7d4cbf7852a0dc4515881fdd 1.00 MB 2,638 43
411,633 411,633 0000000000000000025f107fa86deee5f5bbfe48a08c9c4ddafb3e08fa570340 1.00 MB 2,885 75
411,632 411,632 000000000000000003da519ae46ea56faf9968c3a7577d8250916dfe193771d6 1.00 MB 2,788 74
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.40 GB sent, 93.79 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.