Memory Pool Memory Pool Refreshing

9,297 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (303,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,769 603,769 000000000000000000147b7b991b072831667a9dbfa723491b2b178b5cfc6c12 0.81 MB 2,011 25
603,768 603,768 000000000000000000073a2a3aca434897521bd28c39271380769363ab806447 0.75 MB 1,935 22
603,767 603,767 00000000000000000004bfd08f29a75202f6ec7fd21a5623b919f5dd12b891b5 0.11 MB 295 18
603,766 603,766 0000000000000000000059004a5dea2dd530e15e08273f0f0e67516dc500be83 0.65 MB 1,250 19
603,765 603,765 000000000000000000072404a3d7f148ad24dd09ebbe9e15aa9c765f3732aa46 1.14 MB 2,703 21
603,764 603,764 0000000000000000000c58c18e38ee2447f6b074570fc28b0ce1a6fb5305f768 0.66 MB 1,451 22
603,763 603,763 000000000000000000137b8cdef55da5fe9c0cd579fea8328f898d729038f92c 1.27 MB 3,455 19
603,762 603,762 0000000000000000000420a2746e7047233113889e0c131265574e2a66a93adb 0.71 MB 1,761 23
603,761 603,761 0000000000000000000ff81232645c9e4845e48d633d8e5a91a4d5016e0e3431 0.61 MB 1,520 27
603,760 603,760 000000000000000000092753cb852798d7f625e1d34f1d72c51a1840fa9fb4b3 1.16 MB 2,903 7
603,759 603,759 00000000000000000004ed7e767cb6d8da863c381703107cdf0b1a6de0359441 1.32 MB 3,056 38
603,758 603,758 0000000000000000000231a444ae6ea7acfe66e9440226faff9fa494492c62ba 0.46 MB 1,259 23
603,757 603,757 00000000000000000011aab742aaefa3170f962828a45524169f828af9469a55 1.18 MB 2,789 15
603,756 603,756 00000000000000000006a266e918319641abb5f7e61757c2b1811ecede54df9b 1.31 MB 2,398 18
603,755 603,755 000000000000000000112c25d5c4769db18e015df1455cf4f71d10721935c835 1.06 MB 1,460 6
603,754 603,754 0000000000000000000436c0667c557ee313d2ddeb387bf654ea9b7b897b263d 1.28 MB 2,417 20
603,753 603,753 00000000000000000001b9dee8eaa0ff908a4e94559f7ba26637e8a3abd283e9 1.21 MB 2,155 19
603,752 603,752 0000000000000000000b18d42ff62a792a42b0c93a9a71c48ef2b2d0b4f6aa25 1.16 MB 2,245 17
603,751 603,751 000000000000000000082094f8dde4bf8bbdc428cc4fe4cc823e0564539c18e7 1.24 MB 2,187 16
603,750 603,750 0000000000000000000ee65a37891e25f1bd9e1f072908d0836f257ee583757f 1.29 MB 2,230 28
603,749 603,749 0000000000000000000438c3c5dd3a64a04b19705e0c1230df8f36bb0fa2231e 1.18 MB 2,306 40
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.