Memory Pool Memory Pool Refreshing

7,901 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (268,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
639,145 639,145 0000000000000000000b41299252b74427049c4bf62c10e83cf7e81f3339900a 1.49 MB 2,423 38
639,144 639,144 00000000000000000002c8f4b970d0c51d0005d736b68be6aeda336a6a54f2e0 1.32 MB 2,998 47
639,143 639,143 00000000000000000009431b79ddff0a09df91ed426fed8dff45d943bfbebff4 1.37 MB 2,981 59
639,142 639,142 000000000000000000036145aa2c1b0dc534fec8a2cb5b74ef6334ae4ba6d6a9 1.35 MB 2,725 36
639,141 639,141 000000000000000000084f6bcdea9f419f624b9898491e4518145517ab047918 1.43 MB 1,983 28
639,140 639,140 00000000000000000001751d194592ca91bb203a240d07794489f36ffa5a2b7e 1.17 MB 2,659 24
639,139 639,139 0000000000000000000ce7cb9ff1419167a90a549f3b5bd7374b871e490fab8f 1.32 MB 2,666 32
639,138 639,138 0000000000000000000ae4437d8632f37a7582e384d7558519e8c3ada47339ff 1.17 MB 2,326 31
639,137 639,137 0000000000000000000c2da847615d36fd7f862fc0f0f93b5092064293bca335 1.26 MB 2,878 40
639,136 639,136 0000000000000000000a64ce0a50e6366ca3837b1033e55a802968ca39c4367b 1.23 MB 2,524 41
639,135 639,135 0000000000000000000ca08a03a5b711b0c9a6cde94173eea0041b1c8fefa149 1.26 MB 2,441 43
639,134 639,134 0000000000000000000861ea84801593c0cc80dd59d6e2efec0463505062c80c 1.24 MB 2,520 41
639,133 639,133 00000000000000000006bfef02318e9547f94a6c85f00a3e7c6d73d88c376138 1.37 MB 2,825 36
639,132 639,132 0000000000000000000f1a2b29cb7c86b9737e78d0afc4c1c6cf85b2dbf209e7 1.31 MB 2,942 52
639,131 639,131 00000000000000000000bf4c17d1796eba1b8d53e4aad9a5791aa5ce58b03c5a 1.18 MB 1,995 27
639,130 639,130 0000000000000000000688933a7fc636ac9616e4876bfff927a237f67e7b4ec4 1.22 MB 2,644 32
639,129 639,129 000000000000000000058b9e50633c9855b31a8f38554c59dea3e6fd8db94dca 1.32 MB 2,807 46
639,128 639,128 00000000000000000008a1c940a48b0b557c46ca66e55b3ec3b68d659c1a17ee 1.21 MB 2,849 40
639,127 639,127 0000000000000000000dc958cee6a7ca09d34839256ec3855cdff64a82d9d118 1.28 MB 2,853 48
639,126 639,126 00000000000000000005e852c0cdab5dcc4e42c4a6c39a467b27e4ffd6e82a97 1.29 MB 2,718 44
639,125 639,125 0000000000000000000c8d04f8c05dfcde3f17bb117d1eb11abfdd75ace175c1 1.30 MB 2,671 31
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.