Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,618 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (170,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,497 737,497 000000000000000000007baf137f4c9a82e9124292aca662eb3a0e1fa6185216 0.41 MB 668 12
737,496 737,496 00000000000000000007f0ca38027efa15f01f99beaf24516f5f14ee2d936c3a 0.20 MB 475 14
737,495 737,495 00000000000000000000afd962f20169f30465624e913c924d31d3c4a8e96457 0.38 MB 627 12
737,494 737,494 000000000000000000010ae0decfcb96adc49bd53fa99604b5b17049231ed111 0.62 MB 470 9
737,493 737,493 0000000000000000000121a127371f15fbbe78a393fbba45b279d6e75facc625 0.25 MB 553 15
737,492 737,492 0000000000000000000503bce24a1ae2e5b89fc3223e01119b174982b0e33460 1.34 MB 1,661 10
737,491 737,491 00000000000000000002b36f6ca16c552a28e4ab0e38d521ca7e4977ea063b9b 1.53 MB 1,490 12
737,490 737,490 00000000000000000003ecc493efefa48b80556ac880df513eab8431501f67ef 1.33 MB 986 13
737,489 737,489 000000000000000000059e40b7a976009d34fc461dcb057ee228be78d593e88b 1.64 MB 3,159 5
737,488 737,488 00000000000000000004eeb1b92d04a1c70167097dc3b5321c6bbe13963c8dfd 1.42 MB 2,984 17
737,487 737,487 000000000000000000034430697daf1ca577daf326a75e29eec3cc8f839c78b1 1.37 MB 2,859 19
737,486 737,486 000000000000000000035da1ab789acb4e581bf5fe10b8596d1734ab4fab4c96 1.40 MB 3,059 24
737,485 737,485 00000000000000000008cd71bfb46bc21b56d0751894ffa10385872c5566e2db 1.68 MB 2,085 6
737,484 737,484 0000000000000000000468798379a2acbb816e1827d3f67d61bf827b7ae0c63b 1.33 MB 1,588 15
737,483 737,483 000000000000000000049869bd53699b6fdec97cfdad133a46b4f8b669953397 1.34 MB 2,334 18
737,482 737,482 0000000000000000000498fb18b7648b0f80e1c7cc21ca3866d9e76106dd283e 0.15 MB 272 11
737,481 737,481 0000000000000000000136109746628ddc853fda9e21bf6ef8118b8d2baa90db 0.68 MB 929 5
737,480 737,480 00000000000000000005aab5a65d13d362a2e48650b744a02c2b984ae1c239d9 1.62 MB 2,178 10
737,479 737,479 00000000000000000005a54adc40b9c3d522a0db72ec364bc7e03215f162475e 1.63 MB 2,733 10
737,478 737,478 000000000000000000026d686955b8394804ca69704c96ed1d2f3a90fb62992a 1.98 MB 717 2
737,477 737,477 00000000000000000007df316db522cb762ab9525f4cc02367276ed7c3042e5a 1.51 MB 2,077 8
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.