Memory Pool Memory Pool Refreshing

3,876 transactions
1.23 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
1 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (2,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,700 905,700 000000000000000000000be75b685aa0f53e7bb5b5d9b9305f1234284c41faf1 1.49 MB 3,761 9
905,699 905,699 00000000000000000001b0275a7ce022f799653d28ab6ccac8b011c00ea3ac53 1.83 MB 2,614 2
905,698 905,698 00000000000000000001d379072529fce86b765b7f2cf24c7bdcc81ac56c1108 1.57 MB 3,059 2
905,697 905,697 00000000000000000000dc4d41d2e2e85fed22cd53df2916f197fbd709582861 1.51 MB 2,634 2
905,696 905,696 0000000000000000000025864263f6afbd5d4ed180d37228ffd74425be336bd6 1.65 MB 3,792 5
905,695 905,695 00000000000000000001c5388df9f36050792d6ef6e5a0948ba239d2324c8154 1.57 MB 3,808 5
905,694 905,694 0000000000000000000079b54af0fa47ec0b88acabe3c9d7a4d8f7d1c006b15d 1.78 MB 2,773 2
905,693 905,693 000000000000000000017a139bb1246269b5ac1d9ad0d1fd55e6ed049a51d6db 1.61 MB 2,346 1
905,692 905,692 0000000000000000000070a0a285491eb6998ec9195c4d4ae2b9e5905dcb4051 1.59 MB 3,544 4
905,691 905,691 00000000000000000000b84d9165e7b0f4a45b36a161af645ffd506095325e0c 1.61 MB 4,015 5
905,690 905,690 0000000000000000000082fae796f80d42aeae6cd1c947d070883aa49919afdb 1.60 MB 2,976 2
905,689 905,689 00000000000000000001984858914d4c79c8e150ecb4b88c6e61d45d3df60336 1.45 MB 3,106 4
905,688 905,688 00000000000000000000e499fc08570b27101b9ea7d016a542653a6abada17ce 1.64 MB 3,905 4
905,687 905,687 00000000000000000000f2dbd5daa401c152c180a4c9971f9d9d3712b76cb585 0.70 MB 1,666 2
905,686 905,686 000000000000000000022a223452d73f5d1b7ecf7c52640d2f38695480257521 0.93 MB 2,239 2
905,685 905,685 0000000000000000000141737076bf1d99464a3b19a95053cca9dbe74c7f9f80 0.80 MB 1,405 1
905,684 905,684 000000000000000000019d1b7ac78cf574233c819832690534c0b53b5bcdc50b 1.71 MB 3,795 1
905,683 905,683 00000000000000000000d0aba915cc42aa9963d017284b568c4e94b520cc04a5 1.66 MB 4,121 2
905,682 905,682 00000000000000000000d8e54d6054551b195bbf4718904ec9285a97d0f8e03c 1.76 MB 4,569 1
905,681 905,681 00000000000000000001a6682693450d58ac423682b74c4961069d3d72125e81 1.86 MB 4,423 2
905,680 905,680 00000000000000000000452e8ee4823742a1ae9b706b4b52dcfc3f9a912fe210 1.56 MB 3,150 3
Previous 10 blocks ↓
Total Size: 769.54 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,648.75 GB sent, 95.66 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.