Memory Pool Memory Pool Refreshing

771 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,267 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 743 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,266 (814,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,320 93,320 0000000000062a0b2fb5cafaeea275f5d9b0008e5fbb16c55bfcc343eec9d77c 0.00 MB 1 0
93,319 93,319 000000000008f3ed171a3187884f8760842b0a0ddc4782340bf8ccb14e2531d7 0.00 MB 1 0
93,318 93,318 000000000003a78c98a4d6df8beab7d5171d6187d11aae1abaae23ddf214a56b 0.00 MB 1 0
93,317 93,317 000000000008d37474d6d6af7be6a97fddb351afd38e40c1a1814f4ff9d305e7 0.00 MB 1 0
93,316 93,316 00000000000105ba6157b83012be886d1df20fea1f036aa41c50a6dcda0910a8 0.00 MB 1 0
93,315 93,315 00000000000364a95cb60a0efca6f4ff22c69074415ede7a4b378b42ef9c3bce 0.00 MB 1 0
93,314 93,314 00000000000946d448bae3ea9ff74661b89b10bde77ef2fde49ae509cb1c8a6f 0.00 MB 2 0
93,313 93,313 00000000000795c6512578c6fc3133edd101fe2d58b40753c17cd7fd3fa47ae7 0.00 MB 1 0
93,312 93,312 000000000005ef5285c01ad5c5543b024ae266dd19b5ddd4e9236fd44c377d80 0.00 MB 3 3,883
93,311 93,311 00000000000121a49e9fa3e5d4fc0dc96b8eec8005334c9dcec7d0484f551414 0.00 MB 3 0
93,310 93,310 000000000000ac752296df65a4d1ae285199d0f6355b706bff20293875e92180 0.00 MB 2 3,891
93,309 93,309 00000000000182f8cf4090ef298db2d9898d3168e563cf3537b7a180a2118036 0.00 MB 2 3,861
93,308 93,308 000000000000ed571234842daf771b66fe4be1c3b34b6dd7b7571521cc9981f7 0.00 MB 2 0
93,307 93,307 00000000000156edd4c723d4d123860fa8b8059ace6a7d54e0073e29bd84a832 0.00 MB 1 0
93,306 93,306 000000000000cb1bfd788a5fc40d5cacf32742a8956af753fd5ce890e60c4dbf 0.00 MB 5 1,112
93,305 93,305 0000000000017a28175e1394938f6aeccdbc07d24a02c5bdc5b1bf4ee7152db2 0.00 MB 1 0
93,304 93,304 000000000000d16d642192ed4670bb555bae2168819b6c5eb0b6bfbef06464fa 0.00 MB 2 0
93,303 93,303 00000000000690c6b6dba4f44bfce0962daf313344517f04f2495a99b4913d73 0.00 MB 3 3,875
93,302 93,302 00000000000805230142c3a82eb03d39b952d02d1c35b2eb7757d0a8c9b376e3 0.00 MB 6 557
93,301 93,301 00000000000093412d373bc8582da2666df749c21c2af5690246a60975b05663 0.00 MB 1 0
93,300 93,300 00000000000589b6f3b3561bbc923e223829adc8dd79a7ece92bf551b4cebe02 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 770.10 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,691.44 GB sent, 98.11 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.