Memory Pool Memory Pool Refreshing

9,282 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (766,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,619 141,619 00000000000002df696d52c786e15dcab534aab32d61970eba6ced3362b67c3d 0.01 MB 31 202
141,618 141,618 0000000000000371982fa939c14e5b862f60e24d392695905abee51d49fa19bf 0.04 MB 72 327
141,617 141,617 00000000000006948f4b16ab5a375e345d6fb1f3052c8f87c4c8451487f8073c 0.03 MB 63 191
141,616 141,616 000000000000039f139386c066a9364042998c28bf2eb17b5ffe69f56e4048ba 0.04 MB 37 238
141,615 141,615 0000000000000468568a15140a82b591f2f076d80cd19ce6f710693f1c9c17d2 0.04 MB 52 254
141,614 141,614 000000000000021f68880309914886dc000edfba3748974186ac02ca786599a7 0.05 MB 139 153
141,613 141,613 000000000000026d37f045baf1e7b958b70cb8c838e91e1878328555dddea6d1 0.05 MB 72 215
141,612 141,612 00000000000000a2061b948c09b550b861e7ef55abb3d24de61f58bf04464156 0.04 MB 120 28
141,611 141,611 00000000000004dea9e3be46032c11ce9f619008938ac4235ce4b229eb1ebc27 0.01 MB 18 427
141,610 141,610 00000000000005b642edf80ef0193567758e91f0946c46eb1a52a9c90b33453b 0.02 MB 30 48
141,609 141,609 000000000000068a5ab8071151ac7ae3b9295ae36c3fb6931e767b3f1246e520 0.03 MB 44 230
141,608 141,608 00000000000004d7717ce2e1cea23af7faebbfde49f0a8ab6ef31e5d37153859 0.02 MB 37 275
141,607 141,607 000000000000015ef0ffbc79d3ce924516a4c86b6c7290d848b6e7892d850708 0.00 MB 7 29
141,606 141,606 000000000000005f9298efa720e8177e1501b2e9751e5e07b126af642274268c 0.02 MB 33 270
141,605 141,605 00000000000003398cf7f927ba9434244653c135de87ad824103190c089476a5 0.01 MB 14 37
141,604 141,604 00000000000001c83850c9e3273b2ae7bb37342510bc13c809c45b18a22aebcd 0.03 MB 68 169
141,603 141,603 00000000000006f18d0f45bf9eedce4334cd741e79f63552f9e96b0879418222 0.00 MB 3 0
141,602 141,602 00000000000003de854bd51869a08ce0967dcdc484c73a5e4dbb0b386834d596 0.00 MB 5 141
141,601 141,601 00000000000006999c9d4b4dd35a5a94481121ac2d2e38bd6febacf29e865e36 0.04 MB 147 11
141,600 141,600 000000000000065c61b62aa25f3119091f4c51530b8c41ee6ec9ec75a85f5652 0.01 MB 24 151
141,599 141,599 00000000000008294ba64ffbac46ac8d76aa0c8ecdfe228a0bb2f0eb91c5b537 0.01 MB 20 979
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.