Memory Pool Memory Pool Refreshing

7,887 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,807 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (776,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,451 131,451 00000000000000a6d092c510e4e2dfaa889d1319e5f7e4fa48585bab4c317ecc 0.01 MB 19 1,886
131,450 131,450 00000000000006ab69c249e74dc967267e8b27beadb2ec8812a2cd25479bb84b 0.02 MB 52 824
131,449 131,449 0000000000000a96f1b3e3b9be200c3a206b91a5af65b1d20c2eb24b5de77f4d 0.03 MB 50 878
131,448 131,448 00000000000009579c6e7f838f854dbfc6b5e1b80ea6d902d1ff1bb3f7f54adc 0.01 MB 19 983
131,447 131,447 0000000000000246e0a8778f0ac6c3e42992a6eb0851c66d66997a9d79c91715 0.01 MB 16 637
131,446 131,446 00000000000009087b723b06b7e7c50bfd07f36bfe888aae73dfd5bd999ab0b9 0.01 MB 36 553
131,445 131,445 000000000000068bf04c7f879318a2579a066153737fa4e091a49e749248ba09 0.01 MB 22 1,239
131,444 131,444 000000000000106f03f8ba51b01290a7894f650facedfc4010cf8d7062a135b4 0.03 MB 119 284
131,443 131,443 0000000000000e6c0cf3406a653223dd3c47eeb0f0cf5a42e4278264851dd7ef 0.01 MB 26 1,350
131,442 131,442 000000000000045a174cbadbc2919f46b5ab7dbbf8a277c605255558d6058c94 0.03 MB 107 43
131,441 131,441 00000000000008386dfc7b35a87d9873ad8c975388759734106e82b917f83d8e 0.00 MB 12 1,276
131,440 131,440 000000000000088c3d7e0380bf0d372d963aa989b2beb2a59fe528ae9c4cb226 0.04 MB 63 794
131,439 131,439 0000000000000bd2f681ecfda079af7440566f20203583d8a36e2c7724a2f752 0.05 MB 190 16
131,438 131,438 0000000000001001ebf1c7f90c13f47a01e3436f30f62287807f9694b80b4d27 0.06 MB 229 1,258
131,437 131,437 0000000000001194fd0605ead642332e7c37f4a4edffbc7fc09691b4f13f89b2 0.01 MB 16 428
131,436 131,436 000000000000034052c58a188e4645487feb19de7cd3cfedc90c498553d4822f 0.00 MB 8 1,455
131,435 131,435 0000000000000b5744a494297277ecaec2632f24b473bfade8ead513dfc76215 0.05 MB 37 231
131,434 131,434 00000000000000fdd42eba1cebd651fd037c42bef52791367f8aeb4f81c571ee 0.05 MB 110 640
131,433 131,433 000000000000057e700c63863a6e29d77b3e65a822b98ef333e4d260db85238d 0.02 MB 54 1,263
131,432 131,432 0000000000000d756a7a70f928d12cec4d4ce23b98f07a3512cc047a4bb8b1a1 0.00 MB 8 69
131,431 131,431 0000000000000cd9352a66d6a07d27686339d65038944dfb38ac99d877fe7873 0.01 MB 28 1,265
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.80 GB sent, 93.04 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.