Memory Pool Memory Pool Refreshing

13,841 transactions
4.38 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (573,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,934 333,934 00000000000000000a344ffc2e69fef779cd8dc82ae50cec8e9ebb59c73baac5 0.10 MB 74 7
333,933 333,933 0000000000000000144681257676a459d620aefa15c326e8666eab16880bb077 0.64 MB 1,022 21
333,932 333,932 00000000000000001a179f1d29d505c7036906f67b528c2637f30a8b85d7c929 0.50 MB 410 14
333,931 333,931 0000000000000000090a44a73c6423659cf63e8bbb48ad7652e8211301ad4b97 0.15 MB 512 43
333,930 333,930 000000000000000000269b2a6dded2e2833a24d9ac7eb12ff833fa4ce0a1ff87 0.29 MB 169 8
333,929 333,929 0000000000000000179725b2beff1706f90feb3b6c54e321c8ac0e5691e28b38 0.32 MB 471 19
333,928 333,928 0000000000000000112c25a07e2454b3e065bd50c9901e5a2c41a2846ce1c5db 0.41 MB 753 25
333,927 333,927 00000000000000000dee3a938c38607344093a8bde614ca23731c53b22f47a42 0.54 MB 779 20
333,926 333,926 0000000000000000191430c06db2b57bdd9c71080b488e6f80a6bddbe12734a2 0.32 MB 326 11
333,925 333,925 00000000000000001881499e1f6ccc384d9aae05d910dbe5e2084c46e727ac35 0.75 MB 790 17
333,924 333,924 0000000000000000176edd85cf5309fb2cfec99473c3e65c6e01eade00340c03 0.24 MB 512 28
333,923 333,923 00000000000000000af8684af9b5b96f1d34328d77afe3783cc55ccd895e4157 0.75 MB 2,258 38
333,922 333,922 00000000000000000b2dde107d49f8b98eb9e1947cf87d3bb66af9fd2d7c82c0 0.10 MB 38 4
333,921 333,921 000000000000000007be9d6fc7e145b2b56a4673f7cfea041cde1e25ba050381 0.18 MB 314 22
333,920 333,920 000000000000000007786c48ac2be2308e5f59368450ee972dd9e8b54333c9e1 0.74 MB 1,071 24
333,919 333,919 000000000000000019d41cba848eab3f08359a53fbee8f3800f982a1b71ee87f 0.27 MB 542 25
333,918 333,918 0000000000000000127aab66aea97318db355dedd7bdc1ddce58151ed39689c7 0.06 MB 125 27
333,917 333,917 00000000000000001a457f3a7f99c9706b5caf1d37b9f5290f8459b2dff6a1e4 0.05 MB 81 3
333,916 333,916 0000000000000000025771b97e0297cc45fd4081f3b1933db00dafdba80b7e7e 0.10 MB 146 21
333,915 333,915 000000000000000000f32a4d103ba39def55f13c9c3995a0a42e06c08a83b3ef 0.75 MB 1,128 20
333,914 333,914 000000000000000009a41fb217cb601da2bce51ed3521b37b5bfbc6520d775e6 0.15 MB 256 84
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.