Memory Pool Memory Pool Refreshing

6,217 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (720,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,225 187,225 000000000000087219768435fb7121c68e35d8dd1804dcb59e51c67047c88bf6 0.00 MB 10 0
187,224 187,224 00000000000008e66a7dcafea263c01e1de1a5feb2b8c12bd60bbf39be3533c4 0.17 MB 423 151
187,223 187,223 00000000000008a424ee2f1c98e89c47c4ff45a1146028e0712c35f4d6573da4 0.01 MB 21 87
187,222 187,222 00000000000004fc0b5aa53c5a0242b4d8d19b141180586a9a4a87ab5ba11247 0.02 MB 58 94
187,221 187,221 000000000000078004378cb51ee87e1d7f9c167d699da3c9372b4c18511009f4 0.18 MB 398 135
187,220 187,220 000000000000084c95101eaa9ba7261a5fc8eeee081ada062e328e7faba7ccfb 0.16 MB 400 148
187,219 187,219 000000000000017c99857084317204c0f04fd1617ae2eecb78c92fef61c501cb 0.05 MB 121 97
187,218 187,218 00000000000002d29b128f11b77b447e4f1a3c6c3bb461a343ba7f736b7df50b 0.00 MB 9 0
187,217 187,217 000000000000013f560338f39719056cdd11fea7833aba2120d399b72066f13a 0.05 MB 133 151
187,216 187,216 000000000000034fb8442672a9896ab6fa624d3959bfc9aa7d12b06b32088269 0.11 MB 256 116
187,215 187,215 00000000000003fde9f5095caa3eea9366abee36d5a01ac741689bd74678f5e2 0.04 MB 61 67
187,214 187,214 00000000000004f891f95df44a1072c385fa0e37ae2acfc66842d2414b7e0133 0.30 MB 747 140
187,213 187,213 000000000000064e83626697ae06c3f0a1c7156b0425fd9a18d36cec919f0d44 0.02 MB 75 7
187,212 187,212 000000000000025a40fe77b01cd812238d7cab40f676c02462caebda713cde31 0.05 MB 116 93
187,211 187,211 000000000000074a3a8a1dfdac5f6cd90874980992115a4e390946996ee41395 0.25 MB 664 131
187,210 187,210 00000000000000bf36b5199a78c835333f81148745fa6498ca8cac3dcb379de8 0.00 MB 7 596
187,209 187,209 00000000000003f04e7f17e7f24ca6022961d5699448b09ef8e07d61a9b19fa4 0.05 MB 118 127
187,208 187,208 00000000000008401b8ca2a4a2ca525fc175d1a825ef4fa669a366aa53766bdc 0.02 MB 70 5
187,207 187,207 00000000000001d6e6377871226a9e417c98d26983c33daced4f723ee56e5032 0.05 MB 139 89
187,206 187,206 000000000000058f78a5340ff6e71964aa7c9d577eb50915a9ad2e44afa53ba5 0.26 MB 721 138
187,205 187,205 000000000000085b3d0f2a14a992133a89471bb835ef4342980ed54cdfa82005 0.18 MB 391 116
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.20 GB sent, 94.19 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.