Memory Pool Memory Pool Refreshing

4,081 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,216 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (464,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,078 444,078 000000000000000001d1319e3f092ade1ff89b67359ad09928ae45b746c58e82 0.69 MB 1,366 70
444,077 444,077 0000000000000000036181a17c0f10d7e58ef4611771113791678f0290dd51f9 0.80 MB 1,828 79
444,076 444,076 00000000000000000159579ada07c1bdd1e83f8a601ca6d5cb7e0a5128db3404 0.88 MB 1,850 72
444,075 444,075 000000000000000001f73be3d06ef6d0ffd69a66d16462ec807d75e162d91212 0.29 MB 562 79
444,074 444,074 000000000000000000fdd65eb17250be74a3c77037b29a8970bba36924ace894 1.00 MB 1,015 33
444,073 444,073 000000000000000000031bc44baa4497146f78461c9bc0ec7fa3514b07c5d616 0.01 MB 38 86
444,072 444,072 00000000000000000103adcb65313cc015d4fd265ea842d62bad44ba84e5234a 0.73 MB 1,336 57
444,071 444,071 0000000000000000031a205f604beb1df9a3ea8e090a5336fd62ec66801ef1f1 1.00 MB 2,327 87
444,070 444,070 000000000000000002b959feff16d9f5e60257f9d7763c640fb5f9069769bc54 1.00 MB 892 29
444,069 444,069 00000000000000000217ac880ca0cc5d3ee21a11b1089abcd0ad36ee17afa53a 1.00 MB 1,908 68
444,068 444,068 00000000000000000384253a466d224dcc705dcdd0de9ec324930334d01982ab 1.00 MB 2,424 73
444,067 444,067 0000000000000000008cf6164654567a863ac0e021ee08e2d4804222c6f3864e 1.00 MB 1,690 73
444,066 444,066 0000000000000000003ee31c4487f18c94fe526c8846eeb7d7181595916be658 1.00 MB 1,376 95
444,065 444,065 000000000000000000387739632834fb4129cd7b92bff45d2f12043b0f54117f 1.00 MB 965 27
444,064 444,064 0000000000000000006f2bcc4063c191d5d81106d6d2d7fcb145f29cc1696057 1.00 MB 1,009 32
444,063 444,063 00000000000000000375a6201c0e2306feff45267143990f1824f47847272714 0.14 MB 381 84
444,062 444,062 0000000000000000011b6dbd226a49fffb7ae1d7076a5104be736d02ba70115d 1.00 MB 1,589 53
444,061 444,061 000000000000000001470795239430bf5e01650b072f00a954a33fbed26a7520 0.86 MB 1,723 66
444,060 444,060 000000000000000000186e6f8f7cbecdfc6ede96db30a358bdff88d5a56b64cd 1.00 MB 2,090 91
444,059 444,059 000000000000000001622b392786d91b2c350588e0e7b9ab294a56e00660bcfb 1.00 MB 2,160 70
444,058 444,058 000000000000000000393a2aad754c17b3cf0e294c5a6a8993a6748aae85ec18 1.00 MB 2,084 80
Previous 10 blocks ↓
Total Size: 769.72 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,677.68 GB sent, 96.49 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.