Memory Pool Memory Pool Refreshing

17,964 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (720,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,238 187,238 000000000000005ee6b569a17ecf5b6c4d2a76bb50eace08a4706730fb943bec 0.00 MB 11 0
187,237 187,237 000000000000098ce15589e1e38708eee8388414fc0326ea04893606b4228bb8 0.04 MB 109 107
187,236 187,236 000000000000088f5c93447334d1f95399510788755bfb35946fe36e78b73fff 0.17 MB 256 32
187,235 187,235 00000000000008656a453e88af6e8920c5f0408880076f09a3fe2db6e6d40b9a 0.13 MB 334 143
187,234 187,234 00000000000003c5780041fcdc7e63aa831739a75e670e5483ef35f4e61fcf71 0.05 MB 128 22
187,233 187,233 0000000000000987eef442071d82bb4f1c3404909eda24fd85edb86b244543b5 0.19 MB 299 112
187,232 187,232 00000000000002ac708dc01b2c4f9539309cb652583e90b8649f4b7c1ea240d3 0.03 MB 47 40
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
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.