Memory Pool Memory Pool Refreshing

1,455 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,439 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (720,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,231 187,231 00000000000001ca7c0cde608926d3ed647c16b7f6bbd0a39da2e91ebfc82825 0.23 MB 579 129
187,230 187,230 00000000000009776cb98fd11b93ca5e94cad6759427fae8b9570db81db33fd1 0.25 MB 725 143
187,229 187,229 00000000000000cc44dfc0599235fc725b82020ab7ffaf657cfe9debe3993012 0.25 MB 498 187
187,228 187,228 000000000000013d64e35e789d593538a790cfae21bde951a0ae1225648b66d3 0.05 MB 125 111
187,227 187,227 0000000000000497baf78e8c3595873aa0f52da693e8164e71890d2572cff9d0 0.08 MB 246 27
187,226 187,226 00000000000001a7957a6a281d02ebd348c6d34abde35d9a3d89a1ad27d5664a 0.12 MB 250 280
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.