Memory Pool Memory Pool Refreshing

2,912 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,298 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,888 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (827,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,577 80,577 000000000041056bcc601ac3e7f60c13af5302d30b4d2c37377a3a0587083852 0.00 MB 1 0
80,576 80,576 000000000005c01425a9586b627f42a488bad25b0804d6c230e8ad1b79b905dc 0.00 MB 1 0
80,575 80,575 00000000000d45e0c79828e29bf815d46a5f2fc7022d17c1ef26f24e67ef0ba3 0.00 MB 2 0
80,574 80,574 0000000000367a3905bbe30bd0b611ce77fca2b66d5fa233a7e6614ac4897ff7 0.00 MB 1 0
80,573 80,573 00000000003887612474e1763b188ca494e9e514e6b499b6520b3b5bf34a9ba6 0.00 MB 2 0
80,572 80,572 000000000018b9a53f3bb722d5df5919d2f1a37e8568f899ff04c9ac3b4df41e 0.00 MB 1 0
80,571 80,571 0000000000009b45715273f8c77edd549eeb0956ef066cf8a85952fad3fb9e2a 0.00 MB 1 0
80,570 80,570 000000000024c56a9cae8ef7f0b1974dca1818f673c5be8ae047e7fb499c4eac 0.00 MB 3 0
80,569 80,569 00000000002d68cea716b3d6aa4984193e6d77254b0377bc3b1aae3c8e3522bd 0.00 MB 1 0
80,568 80,568 0000000000354269b5875adbe1f15d771d98518197fbd5d7c2a5f5c458355116 0.00 MB 2 0
80,567 80,567 0000000000353a7f166d2b7c2c16f7a706c39529a05d9e0855fee7313a2254a1 0.00 MB 1 0
80,566 80,566 00000000004eee6800be9ac69f1e244f7da0fa5443e7db58da7af8fb3ebed14e 0.00 MB 1 0
80,565 80,565 0000000000485c76e41218f0b684236f90f06dae45a6fd704ae4901248f50e16 0.00 MB 1 0
80,564 80,564 000000000047b9d836606a22dadffe46f481cdb933aa63f8c75c138158addb3e 0.00 MB 2 0
80,563 80,563 0000000000206383614cad55a2d50a70945a9d5bca3e64189f8cd14743d25c24 0.00 MB 1 0
80,562 80,562 0000000000471690d080b2e711848ac1e7a0661d90b2af3cface1f0173e4dc02 0.00 MB 1 0
80,561 80,561 00000000004b439f3d45e5343868633ed3388c80cfdc904f4142f438f9559f8b 0.00 MB 1 0
80,560 80,560 00000000002043bf0bc95cf131d30fb0c27ea3ef6911f66b6ad04f62e5cf1f5a 0.00 MB 1 0
80,559 80,559 00000000004c8eb69a1bdee0642b0950328731432ace993f61d2ad178199095c 0.00 MB 1 0
80,558 80,558 000000000039ebdac67f445c321f2aacd59687505444aa6a594de9af0fc3d179 0.00 MB 1 0
80,557 80,557 00000000004c809166235b181feead1529f149358c5426567dacf42b11e2bff1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,692.59 GB sent, 98.38 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.