Memory Pool Memory Pool Refreshing

5,527 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (761,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,955 145,955 000000000000066dde421edf7cd5fb089fba8c5a516b05af01fe6d0ad3f7b872 0.01 MB 15 75
145,954 145,954 00000000000008e567308d4e9ad6face5ddbb9e23ff2fc6be98d03d9085ad6c8 0.01 MB 8 0
145,953 145,953 00000000000005be670fccc9db0a07959de548abe5cd099a9f55ae67c9cb7d1b 0.00 MB 9 540
145,952 145,952 00000000000007f41b9ea9fd354b280eef7e92369df00555fe58e4dcc28ab4c1 0.00 MB 6 39
145,951 145,951 00000000000001469acea4dc998f21c5e16befc119ffafe3f705f61928759341 0.00 MB 1 0
145,950 145,950 000000000000021a4b7897c475c4b061dac5e973cac5b559fff9380fb3eb28fa 0.02 MB 31 139
145,949 145,949 00000000000008b294255e1c9451dae3cc63801b8c4dc13857c708ac3b7bfdd0 0.01 MB 27 1,356
145,948 145,948 0000000000000965e36d545dc94d8ae66f49f386cd92ba21909a0aefa73d5994 0.01 MB 19 254
145,947 145,947 00000000000002633334e5021c0024fd304d8fae443059940075951a468ce1ff 0.00 MB 12 368
145,946 145,946 000000000000043eff3b6f84003158b428c281a51e0c23fd8b06907fcb30dc18 0.04 MB 151 18
145,945 145,945 00000000000003788194e62311993e53b08f2fc9ecac13054e69bbe8280ff81a 0.03 MB 38 42
145,944 145,944 00000000000007d90b2d2a6bf08087328847c7f365e43caf47b1941f7383c6e6 0.02 MB 35 79
145,943 145,943 00000000000001e5d816255e3c0fb2ec16fc823793ad684f30791733cc78685c 0.01 MB 34 0
145,942 145,942 0000000000000400b255f206fd9e53b877f5263a6b7d51257f481a4f614213d1 0.04 MB 82 185
145,941 145,941 00000000000007a4f9bd6e41aab43438f6e297730cf83ba40d6fa12a31ff93b8 0.00 MB 15 109
145,940 145,940 0000000000000858f706c1f6e3da644fb93e04184b767683d57cf552534ff70f 0.03 MB 71 88
145,939 145,939 00000000000009069df63106a91c063a0feb8e85480b484a1dff20c04529ad27 0.03 MB 85 90
145,938 145,938 00000000000003af7e38b1e7ec08b384e23a3841b32325395b167720cac94356 0.00 MB 12 1,323
145,937 145,937 00000000000007b2e1c9ff3a6e683893accd103a4631028733675c8d511b30ee 0.01 MB 18 0
145,936 145,936 00000000000007e810f6670b2c261fa48b816362e097b518680da7fa2411dfdf 0.01 MB 22 248
145,935 145,935 000000000000018d275f25cd1053d98acb4c0b7b7f306beabefe4b321c294198 0.04 MB 80 32
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.