Memory Pool Memory Pool Refreshing

5,264 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (3,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,844 903,844 000000000000000000015f4b69129c42068a384d79b7693efd426a369b865fa9 1.48 MB 2,456 2
903,843 903,843 00000000000000000001883978efe934db9e0b8039707420409d34e18b641a0e 1.41 MB 3,352 2
903,842 903,842 0000000000000000000157ee57a66b81a7cfad497e51a30f37efb547577e6455 1.96 MB 4,045 2
903,841 903,841 00000000000000000002174cd8480afa90b17432e08dafe341392b40cf1b4ba9 1.28 MB 1,298 1
903,840 903,840 0000000000000000000000a281d8ccede6b1a00f861abca6bb71964c003eb7ae 1.77 MB 2,380 3
903,839 903,839 00000000000000000001090678a21728a992690ad4be906cc4d73239d4e50c8c 2.03 MB 2,194 0
903,838 903,838 000000000000000000023a4c420b8c5a161ec6a0a119c52eb39574645ce94ef5 2.07 MB 4,095 0
903,837 903,837 000000000000000000009a72cd63ac7d498617e695d1209c43afb9334a0e0815 1.32 MB 2,720 2
903,836 903,836 00000000000000000001f5de81639e69f4cf4edae86a7241c37f8f5409fd81f4 1.89 MB 1,373 1
903,835 903,835 00000000000000000000fd752fda0b3e21f622d89647acdf3c3abfeeab9fa871 1.53 MB 2,224 2
903,834 903,834 0000000000000000000263f9557202b6b90a8d8821abe7e049356e004c48a2d9 1.54 MB 3,759 4
903,833 903,833 0000000000000000000151bd3ef785cc6b34a600ec2e5b03ac6b0769194868a7 1.55 MB 1,942 1
903,832 903,832 00000000000000000001eebb9e2171d50e459db0caa622aa78ed67de35881f2d 1.52 MB 2,117 2
903,831 903,831 0000000000000000000025e7889fc92f430b9f619ba52e02ab3679f01ec92f7d 1.26 MB 1,303 2
903,830 903,830 000000000000000000015175ee29cc30420e8cad2a4a73d97569d51d1cc96f97 1.47 MB 3,084 4
903,829 903,829 0000000000000000000136a288398f0bae0bb3f77831b1ed108c6a69d748a217 1.45 MB 2,829 3
903,828 903,828 000000000000000000019a80cf0228d211af4b8587d7376381d320449d2ee5c5 1.59 MB 3,206 3
903,827 903,827 000000000000000000024f0fd5d6d7200ca6a885f4046555623adc5d20d15ef7 1.64 MB 4,315 4
903,826 903,826 00000000000000000001e99a8d2da450f5a642d2f0147b43f6faf739045e0da2 1.56 MB 3,820 6
903,825 903,825 00000000000000000001b10adebc5c45242f374be8cac92e673cf6311a2b71b6 1.77 MB 4,909 1
903,824 903,824 000000000000000000005d95aee8bf7822568439e9268923761d6de12cf75891 1.65 MB 3,506 1
Previous 10 blocks ↓
Total Size: 768.98 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.50 GB sent, 92.73 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.