Memory Pool Memory Pool Refreshing

637 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 365 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (898,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,072 10,072 0000000034480add26b32b53881a10df8a88fcb15a06130d351d518b28c4a677 0.00 MB 1 0
10,071 10,071 00000000c19b03a9950403931683aa337162d3116759d87455e17ddd0a85312f 0.00 MB 1 0
10,070 10,070 000000000c1a72876c6656978b88f0b263a0f7736b0e1b15675c828b502c1cf6 0.00 MB 1 0
10,069 10,069 00000000ec40a30c82cb3806d27307abfc630fe934ea1f3ed813b556a885364f 0.00 MB 1 0
10,068 10,068 000000007a70d95cf1836c4a0e3878981b570febcf35afaf647d739ae8e85aa1 0.00 MB 1 0
10,067 10,067 000000007b42ca5f8f4b1df4f6078979f39e54e601ecdb8b4185f67c07eeb7f5 0.00 MB 1 0
10,066 10,066 000000007876209f38455f7bf6270ec05c53729eefe4f49f078c828e34e423b1 0.00 MB 1 0
10,065 10,065 00000000ff83cdeca44f85cec03595f7a4d204256bd87f6d04449d49979ecedb 0.00 MB 1 0
10,064 10,064 00000000f310b89e45efa2d7b4c5a1be75a8118cb71dba8998c7907bcb890fd1 0.00 MB 1 0
10,063 10,063 00000000b3d778fc9b0f57f9b54744e98d5e00f2453ac4cd3776b8b905d06a5d 0.00 MB 1 0
10,062 10,062 00000000df6b683e3dc3f442f6ca87bfcc76d92ab527827a7e82b1b3fc67ef9b 0.00 MB 1 0
10,061 10,061 00000000b7779bf5a0528f1bc2be8cffc387fa84e7fa8b2016ba27c981dbc733 0.00 MB 1 0
10,060 10,060 000000007d55930238a0c4312a9634d756e08f160600c189776f29431dd37ace 0.00 MB 1 0
10,059 10,059 00000000882eccf08293bf577e397bca5743a3b8b85b2cc99ebc61fb41085c79 0.00 MB 1 0
10,058 10,058 000000000df7d149d865d6dc6e5d447f73395732fbc790994b8c89af2bc29e6e 0.00 MB 1 0
10,057 10,057 000000006591dda274ed212e9b796e9934a9be033c0452370cbca58fb23edc04 0.00 MB 1 0
10,056 10,056 000000002194ab86d4e7d5938b58c63cdc16f81be8affe587061e58f3e8384a7 0.00 MB 1 0
10,055 10,055 000000001fe117b4bac19b00b4e690e5c9b7ffe4133edb3f8269aa416512f5b2 0.00 MB 1 0
10,054 10,054 00000000288654d4c122dfc3c66f9a4470580e0ee8b905052cd8676d9f20bb3a 0.00 MB 1 0
10,053 10,053 00000000b13ef0c379a6bcce7c53c96868e77c84330bcc1c8f8be4a3192f4a68 0.00 MB 1 0
10,052 10,052 00000000373e81fd5760160ba7883acec33a1c24d42c2b6b5177bdf2c404a834 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.