Memory Pool Memory Pool Refreshing

3,217 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,251 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,168 (840,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,112 68,112 00000000000b060c62d6c79ba2601de44afaf0414f0395c2e0be013608c26cdd 0.00 MB 1 0
68,111 68,111 00000000039502a9107fd9e1c46905dd9744d64f7c3b01d200628e01857ccb0e 0.00 MB 1 0
68,110 68,110 00000000036a66b5a1d1c649fea44abf946097effbd629149f1660a60daee604 0.00 MB 1 0
68,109 68,109 000000000512b959a4c0a0075b340f1cddf6daa237a7500dd143573247ae0544 0.00 MB 4 0
68,108 68,108 0000000002516400717837c0f07484293e7ca3303701fdc543e888a1a6f64522 0.00 MB 1 0
68,107 68,107 000000000238bba0e18da426a0f42cb3e61dd7d333e44682c09967664716014e 0.00 MB 1 0
68,106 68,106 0000000005053a7a30b0b0ef5410ffd6273e96dcff1b175e46fcc2b210bb0913 0.00 MB 4 0
68,105 68,105 0000000004d3ddb8889d686c7b9034c49f18f69ac83c13ec9986e9ce387b3757 0.00 MB 2 0
68,104 68,104 00000000041bdbcc0fa98a16fc104adc7a1df92ae81235268de479c716cc53c7 0.00 MB 1 0
68,103 68,103 000000000169967596a94acb426f8c1052046b3a0a21e254f0fdebcaa3255f90 0.00 MB 1 0
68,102 68,102 000000000528d5f2f7b39d7e83b3c0eeaf3e6b6ad47e3b51b8db7545f509cce1 0.00 MB 4 0
68,101 68,101 000000000265db67a09080ac81b197af4a0aa2cbf2e334c80c94a4ea341ca9b8 0.00 MB 6 0
68,100 68,100 00000000007d9c9b24914c9a6eedd8348a093db320a4acebc639efb3e987d98d 0.00 MB 2 0
68,099 68,099 00000000008b3aa1a0dc719ebe16a6e7360b732eb5e43f9fb293c06605e5696b 0.00 MB 4 0
68,098 68,098 00000000011f0ed7c34ba126df9be78199cff747f2a5c5ecef56b61a5f453caf 0.00 MB 4 0
68,097 68,097 0000000001d887ab4b7d5d49a824f656b4e0d82ef63fa7a7786f4fdc9c025b83 0.00 MB 1 0
68,096 68,096 00000000028c754e60362aa8afd2ea8076e7e1a2d23b2a52f09f6cb1dc68e2c4 0.00 MB 1 0
68,095 68,095 00000000013d5ed7195865ec63076d0b13ad2a07f47df6105b68ed21ace00cca 0.00 MB 3 0
68,094 68,094 0000000004b68d7b983e7aecb4e3e5299a96d81705ebeaecebc7f06ae3c33593 0.00 MB 2 0
68,093 68,093 00000000016b772031b0f8f0029a9b674df138f5cee0a37f270af644d2170380 0.00 MB 6 0
68,092 68,092 0000000002ccc47574c17700852d0587f063447b88f25b5483c63b63979f9e3b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.04 GB sent, 97.21 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.