Memory Pool Memory Pool Refreshing

3,638 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,346 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (134,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,571 773,571 000000000000000000060c518fa3c594346fb5bf119c729e44dc8902bb4e1c1c 1.62 MB 3,169 9
773,570 773,570 00000000000000000002d52c8d73f8dd02f32c7228253dfcf2d8fc539032046a 1.20 MB 1,079 9
773,569 773,569 00000000000000000002889f13a35cb9fcb64570032fa1fd394727b5ddf2ab7b 1.51 MB 3,657 12
773,568 773,568 000000000000000000020421f9a7eeb553459e949006d404d8ec5d8b0197c9c6 1.50 MB 3,137 22
773,567 773,567 000000000000000000045403e15033c38c7233c82203316b80aae1e50c41b89d 1.58 MB 3,315 4
773,566 773,566 00000000000000000001780912746f63f290cde3c8d8748307d61afb5cae424f 1.46 MB 3,445 17
773,565 773,565 0000000000000000000248f78ace88bb64ed518d687035da18d25d58bef5928a 0.19 MB 156 2
773,564 773,564 000000000000000000044ebf946ecdc448ad5d0f295b7905b7000ad8f5700b0a 0.36 MB 564 5
773,563 773,563 00000000000000000004d307b3d8346d40e5e794ee47bac8f0a508268dcbf4db 0.36 MB 716 10
773,562 773,562 00000000000000000004ffdbd30c3de50f27bb34284227b73f3440f441b2824e 1.09 MB 2,584 10
773,561 773,561 00000000000000000004b9f018b83d5f416906c6ae3f7d955787e42ff3a277eb 1.20 MB 2,791 9
773,560 773,560 00000000000000000006597759feb2f73c574d8ad5df402f55926069d5716bd6 0.67 MB 1,359 10
773,559 773,559 0000000000000000000220dc95469ccdf8e351fb28a377de60abde11a3a02ac7 0.59 MB 815 5
773,558 773,558 00000000000000000004827a496b2981716950de0b7ff155a8b8b2b1ebf43872 1.61 MB 2,963 10
773,557 773,557 000000000000000000023db1925fce33b92fc91f1da1d62f25a0c9b16aac4a68 0.47 MB 613 6
773,556 773,556 0000000000000000000125220898d67887cac6383a1fb0a4f9ad4ac4223f3012 0.16 MB 336 8
773,555 773,555 00000000000000000004f5f162689a7de2c9315c9e7b67f331375e25fdc7fb88 0.48 MB 802 9
773,554 773,554 000000000000000000076d94bcf6bbf0f6f883d263351d640bf7f3fd4ce262ad 0.04 MB 122 15
773,553 773,553 00000000000000000005811be752df66e4c96dc1b8c4778b86b178509de1df58 1.29 MB 2,659 10
773,552 773,552 00000000000000000005e1690fcdea2cc0bfd3c4150943516a85555ea353ec2d 0.09 MB 216 9
773,551 773,551 000000000000000000012b54dc376c0b14eeffa926f372b316e0d5ed38dd1f79 1.19 MB 2,505 9
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.