Memory Pool Memory Pool Refreshing

16,032 transactions
4.88 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,718 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,217 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,717 (783,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,768 123,768 000000000000025a037be7a6ede7cfa11811bf497a477cb6d7f219ecbd6db960 0.02 MB 32 64
123,767 123,767 00000000000033c885072fb95c9ba5563eedf324584839f6462f346b4312afc7 0.00 MB 5 2,174
123,766 123,766 00000000000016b4474216b350ee771fa237a124fabce279ae87ae3b3811e55a 0.01 MB 15 954
123,765 123,765 000000000000567929a9d3d56eea02fb06dea925c7c790296c58542931dd034b 0.00 MB 3 1,190
123,764 123,764 0000000000005548ec186707b271e8db50294abf6a38fc22593de230d929fdd0 0.01 MB 30 78
123,763 123,763 000000000000661646e39e6fb7696b4a9fdd8560660af85edbd5442608a6798e 0.00 MB 4 2,566
123,762 123,762 0000000000002955fab8d465d2190fb30b72be5eed09f5100bd8e850409ac87a 0.00 MB 10 1,524
123,761 123,761 00000000000046a015dd9e7e8917b87cae661772049cb4092a3d63f8d042a3db 0.00 MB 4 595
123,760 123,760 00000000000043ea7646a1f39347c19372107319d85fc27c18d68c92ac1b6705 0.01 MB 26 528
123,759 123,759 0000000000002aa037b0a50321b59616b5a76b592e5f9d4f2272cdbf0c9b6ef5 0.01 MB 18 1,228
123,758 123,758 0000000000000a669d4b512fcd0395106e0e55b7a6a28ef53c8e0f7cee393084 0.00 MB 13 1,195
123,757 123,757 000000000000393041c75185545d82699e2c987c4bf7321f6d10fab2f60b1384 0.00 MB 9 664
123,756 123,756 00000000000045c8a7128d5abaf547698924a188601b90de95539169b08bb5a0 0.01 MB 20 738
123,755 123,755 0000000000006a1e62ef0645578689c3b76c6757deec90799cb5273ed58f0117 0.01 MB 28 667
123,754 123,754 0000000000001658fdaeb97d6ff80885dd7ca9070760d0ed24f512e614d2ca18 0.00 MB 13 644
123,753 123,753 00000000000027b0402aafb690ee271497dd123175636754682689d4b3f47733 0.00 MB 8 601
123,752 123,752 00000000000047fde6b5dc71d8193fd3e27bc649c805ebb4640dae7a8281602c 0.00 MB 1 0
123,751 123,751 0000000000004da34bccdab3fdc0efe81b8a185729df1a382db57e64fa182c2e 0.00 MB 8 1,590
123,750 123,750 000000000000294641b3555da77ae7ef7ad5e11809be226c1f6e2f201033e42b 0.02 MB 70 2,792
123,749 123,749 0000000000003a9711d3df7f7ec362b021ba607cac594b14c195dd983425f609 0.00 MB 13 799
123,748 123,748 0000000000004f9c0eacc6c6b6aeea85b18eea35c0d47dba2a00a999fff9c1bf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.02 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,622.70 GB sent, 92.96 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.