Memory Pool Memory Pool Refreshing

1,629 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,602 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (42,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,404 865,404 00000000000000000002e039b1bd5ed3ed18a9e120e64f77799d9b03862d4899 1.51 MB 4,772 16
865,403 865,403 0000000000000000000293151bc2509de5c2a1e179cb26f2a6e5a429e3df206b 1.40 MB 3,790 16
865,402 865,402 00000000000000000001146ec1df3f29bf46336e3c3c05dbbad19811401db9f2 1.62 MB 3,706 13
865,401 865,401 000000000000000000014bd456f136e6a8a3c825438ba14e63c6997387d5fbee 1.63 MB 4,439 16
865,400 865,400 00000000000000000000ecd6b33b4be906d2bd226e433df6347f672c17ef984c 1.66 MB 3,311 21
865,399 865,399 0000000000000000000298ca441cfe9d0af60765006c3d622d34f598ef59a2a5 1.59 MB 4,465 17
865,398 865,398 00000000000000000001fdce9cffab44094fa80430d154bef1361519450ac3cf 1.50 MB 3,144 20
865,397 865,397 00000000000000000001f0e6e93c6e26ce28992658f2a7d839b1139ea6ce085b 1.49 MB 5,266 21
865,396 865,396 0000000000000000000016805745ec2e5f8853210de752db62f9a4e4be98b11f 1.46 MB 5,796 24
865,395 865,395 0000000000000000000146e472c53ae3744bee7cead371c047ec4183899043e9 1.57 MB 4,199 28
865,394 865,394 00000000000000000002a6ee873c3e7a2b4bff85cec4ff5e3af7f6c1cf61f8cd 1.66 MB 5,641 20
865,393 865,393 00000000000000000002b0ee3e90ea83d90c7deac018e6764636fd7e01d01174 1.71 MB 4,632 14
865,392 865,392 000000000000000000010a0f041459db86ea029a549a8076afd3cf3325b620fe 1.59 MB 5,662 19
865,391 865,391 00000000000000000000cf60f52859a65ea830e72d3472b70de9ea8be261abb3 1.41 MB 5,792 23
865,390 865,390 00000000000000000002ef263cc52a6d3cdc066b9429ae350ac11b2164751f46 1.44 MB 5,929 32
865,389 865,389 00000000000000000000c698d24e1ec586019994867f8e5e8c03cb7c25c1fd0d 1.50 MB 5,941 19
865,388 865,388 00000000000000000001692885cb3e2e4fecf4285a638ee4d38b6f7b76f2a439 1.47 MB 3,620 31
865,387 865,387 00000000000000000000bfd5fa7ee5855fa1256aef8d448520ea913c2aa720f3 1.37 MB 2,126 19
865,386 865,386 000000000000000000028265e22d6e034822f7ce42eb13997ee8c433263eb80c 1.58 MB 3,719 23
865,385 865,385 00000000000000000000f484dbc8585d519bf5a38aa54749103791dd9049ba17 1.56 MB 4,766 25
865,384 865,384 00000000000000000000f8c8073e8f6772e9d52180804a7f8935f0a79b023a3c 1.55 MB 3,648 39
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.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.