Memory Pool Memory Pool Refreshing

1,661 transactions
2.13 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (784,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
123,747 123,747 0000000000000f5f7855751403296e9d4fe84c40389ee8774ed9ca81e8ac5cc0 0.00 MB 3 0
123,746 123,746 0000000000005ae1c6fd52b98216f00efbcb361a6cba1351ec9fac2a3b293303 0.00 MB 5 0
123,745 123,745 00000000000019748e40898e4aac11fa1b62c7d4a5535483c8b25e8e9c4a6680 0.00 MB 9 838
123,744 123,744 000000000000520f323c8b88ad6440e672b7e3921a8a2d3b6102a90d5b1080fd 0.02 MB 31 0
123,743 123,743 00000000000022cb4078276db466e8d6d826ef4086f67afca46014f256703f08 0.00 MB 13 1,034
123,742 123,742 0000000000006915fd75744332b875cd0f185ea0e67557738b47c3a358fda1ab 0.02 MB 37 756
123,741 123,741 00000000000041f5b3b6c0ed5328a875532a39bb26006d045ec8798fb5624c1a 0.00 MB 10 795
123,740 123,740 00000000000044658fa5e604dbd87c1432452f8c8f23d5a400ba1aa38e2a333f 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.