Memory Pool Memory Pool Refreshing

2,100 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,271 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,270 (809,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,853 98,853 0000000000037959f076c0569a5b4ec95b3b4ff70522d567e7f1712a73abf303 0.00 MB 1 0
98,852 98,852 0000000000028ef75e5ae91606af61ba9a7e23aa0f84d07c9f77d91c02edcc9c 0.00 MB 1 0
98,851 98,851 000000000000c0003636f646ac5b9240b14ae09e090dcce73297d1c8881ee6e2 0.00 MB 1 0
98,850 98,850 0000000000026cea201384e765b6a6a9f454e957a0f9a3cb0c973e9b24eed2e4 0.00 MB 6 0
98,849 98,849 000000000000a431bca237a7f05b582ad3b34b9413ea80b027e641943c036ba5 0.00 MB 3 1,432
98,848 98,848 00000000000214317b5bd9062abec3b3ba67f994e79c11589bf4320c5b37b9a0 0.00 MB 1 0
98,847 98,847 00000000000297c948ec29562fc63b98e005c88bf8937526ae636f24029aae88 0.00 MB 2 0
98,846 98,846 0000000000042ea3395b1250b6d31aeb9eaea05a18253a847eebd1b7be5e2980 0.00 MB 1 0
98,845 98,845 00000000000470f1597cfb364be2592af6af2b86e89b7b97551fdbbc5fed48fd 0.00 MB 1 0
98,844 98,844 000000000000c09fa4cbfee28e5754b5ac4d7e1f1cdd81ca357303cc0cfac945 0.00 MB 2 0
98,843 98,843 000000000001dedf3f03d9e291d4158f84d654a0abbb15bb93f648a5a0066342 0.00 MB 3 0
98,842 98,842 00000000000481da80016581fdf8c728455043dcaa81de4dc9cdfd26ec444833 0.00 MB 4 0
98,841 98,841 00000000000276e00c5dd26c9517d4eee1622e0636659dd6a7738fe6e4740c57 0.00 MB 4 0
98,840 98,840 0000000000027f4f1815c1a1a9de1c1dc26f7076df8454abe2af8f3fb2332ff7 0.00 MB 12 0
98,839 98,839 000000000002b922b5826b437fa591001f3111b8a57c1768d702ef4baf1dc3a2 0.00 MB 13 0
98,838 98,838 0000000000047bf32d7b4adbb9828d6120348570da60e7319d16e520e1e82975 0.00 MB 4 0
98,837 98,837 0000000000015f3ee28dd09497df2fbd760986eebb0cdff5d8fc7cd17d74ce70 0.00 MB 10 0
98,836 98,836 00000000000478bea9c0515a13a917b8a2d1e0b487f337272a043de0ceffbfd6 0.00 MB 3 0
98,835 98,835 00000000000020c34c190f620e5d69e75ae6a2b567f5ab7bfe8729b649ceabe1 0.00 MB 3 0
98,834 98,834 000000000002cef2359f69a27eb2accbedc4a13a8aa032424c6ab439b8c6600d 0.00 MB 1 0
98,833 98,833 000000000003ab7c08e17f6895e3210102fe39628f01c78881b3ab20e32c58d7 0.00 MB 5 872
Previous 10 blocks ↓
Total Size: 770.11 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.55 GB sent, 98.13 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.