Memory Pool Memory Pool Refreshing

103,102 transactions
30.67 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
879,347 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,346 (227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,119 879,119 000000000000000000016db3ba8cf9a833ad45c3ea2a912a3755a8ffff24de44 2.30 MB 2,841 4
879,118 879,118 0000000000000000000109eca0dc7e6f7e7a159056b7503a03a1d3b8d6b9c533 1.96 MB 2,147 3
879,117 879,117 00000000000000000000e71213c4281b5c7df7b3fd0286419c41e7a058b83373 1.72 MB 2,693 4
879,116 879,116 0000000000000000000203f6dcc47866f1fe2faf8c3797e2478c4d1e25f64e27 1.55 MB 2,722 6
879,115 879,115 0000000000000000000191eef7b1dca045dc517ea87db6a08d2f42a2d71ea489 1.61 MB 3,390 11
879,114 879,114 00000000000000000001f53eea39185593e7bc2f8ed92aa5618b69e96b51dd69 1.65 MB 1,766 2
879,113 879,113 000000000000000000028525638839f2e8571ee9007acce65e9fed6b9943b5b0 1.64 MB 1,688 3
879,112 879,112 00000000000000000000e2227e8caf19d2f4930825b3f9b2191ae4daf05f9b4a 1.70 MB 2,429 5
879,111 879,111 00000000000000000001894fb6b40aab310d12934a5f97ff0ce29407dd70a6b8 1.71 MB 2,032 4
879,110 879,110 00000000000000000000161adb50179842affe51fb11f6b235c180b1cbaa2575 1.59 MB 2,989 8
879,109 879,109 0000000000000000000051d85d07740d3d1b175d6b6956e58a61b7d833681c89 1.63 MB 2,593 6
879,108 879,108 00000000000000000000aeec04d7379b9e6c6ca58721b925c9ea197b9b1a66f1 1.90 MB 2,457 9
879,107 879,107 00000000000000000001fabbf1f35da6107d23a35502129812a6b9385dc7e1dc 1.76 MB 3,359 9
879,106 879,106 00000000000000000001e581e1c35e3a545de54c66b23d5b108d89bc17b09808 1.68 MB 3,049 13
879,105 879,105 000000000000000000023942a334f51cd7c2ceab944b041c4b135e07c0a44e32 1.70 MB 2,931 13
879,104 879,104 000000000000000000004374f932751f9d9fb83a59e02a354781c38398def665 1.67 MB 3,063 14
879,103 879,103 000000000000000000004aa330818458634a12536d3072681e9c8007c1e806ae 2.00 MB 1,777 9
879,102 879,102 00000000000000000000adc48829d5f7c3f4f29942de779d45a361c0318e1a00 1.87 MB 2,683 16
879,101 879,101 0000000000000000000075974928b05e1d53d7d81cb133c758e60e742a5eb003 2.41 MB 1,493 12
879,100 879,100 00000000000000000001acdbc78a7493cfa6a588ccdee50d7345ccf31e888d2d 1.67 MB 2,869 15
879,099 879,099 00000000000000000000344531e4e6957c4201fb4b5288415f523b11a1ed92d3 1.57 MB 3,215 8
Previous 10 blocks ↓
Total Size: 717.05 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.67 GB sent, 50.30 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.