Memory Pool Memory Pool Refreshing

5,423 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (82,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,239 825,239 00000000000000000003491b0d60a7e8668b1e73dd1f455a87c283b4394ce8d0 1.71 MB 3,300 37
825,238 825,238 00000000000000000000ba75b2f99b28e876db214aeb32b9d0d877e9cf7bfb07 1.67 MB 3,581 61
825,237 825,237 000000000000000000009ae6fcc0219cea8c6730b1a9e01a0438951526fa964c 1.51 MB 2,582 53
825,236 825,236 000000000000000000004e6e522bc8b500f7588bbbf3b3f1f285810c86f2650a 1.70 MB 2,882 52
825,235 825,235 000000000000000000023cfc6d6f7683a33c5f1c2ec373da2a6d43a1100ce284 1.51 MB 1,954 38
825,234 825,234 000000000000000000034d646986015d7c4237b0e1244dc17b5bcc8c6fb4b6ed 1.87 MB 2,964 44
825,233 825,233 000000000000000000009d070098070ac206eba2e9b296c69a0a7d0a72255428 1.55 MB 2,813 40
825,232 825,232 00000000000000000003d77fb79e5f7454c90317ac72df749c92694e811cd881 1.77 MB 2,906 36
825,231 825,231 0000000000000000000167ccd78bb14204d2c1987763c5290c259016fef076ec 1.69 MB 3,200 69
825,230 825,230 00000000000000000002b07aaf6584139009cd2e41a4bbe9e4f79d4610d2a7e2 1.97 MB 2,803 40
825,229 825,229 00000000000000000001c0a1a261ce76c992e47d0828f7e916e3f839b9c8565a 1.71 MB 3,610 61
825,228 825,228 000000000000000000034e315d797403794865c213581e5178aa2d02c4618d49 1.78 MB 3,300 40
825,227 825,227 00000000000000000003558f1161e06e8dcaeb331e0d8812c232ca42298b32ab 1.75 MB 3,363 55
825,226 825,226 000000000000000000035e9b058de649d29cacaf8f5ae12a7ab7ce5b85782924 1.02 MB 213 30
825,225 825,225 000000000000000000029747c078588c0d2db8a3b7d509d4da01a7d8789f643e 1.44 MB 2,243 37
825,224 825,224 00000000000000000000faefc05d8f39995798f8f22f9dc30008594211bdb8b3 1.75 MB 2,968 51
825,223 825,223 00000000000000000000e55f00264b03f9bc1b072a5a687d2e9b1c81f06bd20b 1.90 MB 2,137 33
825,222 825,222 000000000000000000001618b6f724749d7be66005bf2688d0613f2a14ab72de 1.73 MB 3,561 59
825,221 825,221 000000000000000000028b790769ae959f9a8e66355ec4c786079a5cdb73bec3 1.90 MB 3,440 48
825,220 825,220 00000000000000000000784cdc2dddab5506f50186752bc055dd004fe2fde24c 1.30 MB 1,095 33
825,219 825,219 0000000000000000000019aa63a77937bfab60dcd1ddaa2740ba0c1da663c04a 1.91 MB 3,916 55
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.15 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.