Memory Pool Memory Pool Refreshing

2,408 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,819 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (423,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,084 484,084 000000000000000001284d2a7e60f14f4afe4ba6d3a781bd230d9a691f74b6d4 1.01 MB 1,916 210
484,083 484,083 00000000000000000095902fbb6f14a65604f0a12d86365fa95b8f465ceff00a 1.00 MB 1,711 228
484,082 484,082 000000000000000001117fecbdcb21c93b4c18d4e25fc12273470359a86dcf76 1.00 MB 1,790 148
484,081 484,081 000000000000000001114187f2bda86aad93d3c55fbada46fc1240af35841382 1.01 MB 2,071 259
484,080 484,080 0000000000000000002d8df03af8e8104af5e8faa424c192b98373aefa71095e 1.00 MB 2,156 209
484,079 484,079 0000000000000000001babe5a6b0ad618c7bc23bfeb75524c460bbc745c1cb83 1.00 MB 1,885 199
484,078 484,078 0000000000000000001792581dde6a777100706a1f5d3a3e590584e87e154842 1.00 MB 1,583 186
484,077 484,077 00000000000000000049ef7a0575eb85782790ee75f0f71a20c9419ad7eaad23 1.00 MB 1,856 163
484,076 484,076 000000000000000001122560df892ff460c95863e40d1f81309f6b35908af1ee 1.00 MB 2,009 149
484,075 484,075 0000000000000000010fbe52395c12cfa99312f72e428794bff526cc7d1d9ec2 1.00 MB 2,271 155
484,074 484,074 000000000000000000382451d54102a1a096b1be6e9f066c1b328d70491052aa 1.00 MB 1,627 182
484,073 484,073 0000000000000000001d861fd7d29bb9d79aabeaeaae1fb1c1f943ba5ea40bdc 1.00 MB 1,264 147
484,072 484,072 000000000000000000c592653cba3e3b8225f49d7d83ddb81180bb721538d5e9 1.00 MB 1,146 203
484,071 484,071 0000000000000000003ce49efaef041292cdf7159d6c3e34cf0793366c09b3ba 1.00 MB 804 199
484,070 484,070 000000000000000000c1c553ce17919f1599d0aae7ae2b20c5039b674189cc54 1.00 MB 1,333 237
484,069 484,069 0000000000000000008e22b8287e709c76bb5b0c68f56fc794c328c084617f21 1.00 MB 912 184
484,068 484,068 0000000000000000007c8f85818ab1a763195c3f24a008d96610e42dbb194a57 1.00 MB 888 188
484,067 484,067 000000000000000000b22680e73a265f216b485c5f2f033cb30f38e7d0ab4715 1.00 MB 944 190
484,066 484,066 00000000000000000065e3779a3f44096d5c3ea52d09badb81c47a958edaa531 1.00 MB 672 169
484,065 484,065 00000000000000000117050abbb80f82358f285d6322704b493e467b775c5a15 1.00 MB 968 200
484,064 484,064 0000000000000000010cc95436125e1d8d7d6165a5d6c6dbdb964b13058c0dc5 1.00 MB 1,110 244
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.