Memory Pool Memory Pool Refreshing

5,431 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,680 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (7,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,585 900,585 00000000000000000000e3b0e18055797f843caab2b0be5a072cf0bbae3fa5b8 1.56 MB 2,493 2
900,584 900,584 000000000000000000020afd689dcf26a9471655dc6f7e2030f7aa714978e121 1.73 MB 1,633 2
900,583 900,583 00000000000000000001776343036ecf7787fc072932768aa3dd750e63ee62a2 0.67 MB 950 3
900,582 900,582 0000000000000000000022e71c852e1c8a6ad8dbffe7ea4de6147afe242f78de 0.87 MB 3,288 3
900,581 900,581 0000000000000000000002cf34fb260c5bbc6334974f5b86eb3abd7cacc71065 0.55 MB 1,743 4
900,580 900,580 00000000000000000001d842eaaa5619317f19bbf80939d7f011bd4a46f846ec 0.49 MB 763 3
900,579 900,579 00000000000000000000df1b44ed573a11f2f8db00dc89eb5e20ca6bc8b3233d 0.75 MB 1,350 3
900,578 900,578 00000000000000000000ea4531ea2b13bb863977450f4dd3b20c0591d00367cb 1.28 MB 1,655 2
900,577 900,577 00000000000000000001983162684a019a9467158f14bfa8327df9edf765eb4a 1.82 MB 2,481 3
900,576 900,576 00000000000000000000264145a57dccd569dff232f89c5a012500a11b77cdfa 1.31 MB 1,725 2
900,575 900,575 0000000000000000000176f3ee4ca48b2d1cc0f547e0b1ac2850df53aa8bb007 0.12 MB 263 2
900,574 900,574 00000000000000000000b533d41cb1868e18000740d3e457e40854c801ffc36f 0.21 MB 360 2
900,573 900,573 000000000000000000005360d729b759ed8294f6e3828d15ed6022c0a8b15446 1.65 MB 2,150 3
900,572 900,572 00000000000000000001c46191770b4089c5951ca683b39f601523e87cac34ae 0.27 MB 184 1
900,571 900,571 00000000000000000000818cf8706e40ed41745a77ca826307ec5bd87d052735 1.58 MB 2,574 2
900,570 900,570 00000000000000000000c99b9d012a54f174f6708e3844a5928847bdda54b4e0 2.00 MB 782 1
900,569 900,569 000000000000000000002e23b3fcc9fab52d552b1091d85ddc01d0d8aae190f0 1.49 MB 764 1
900,568 900,568 0000000000000000000145e84cdcf64d08fbf1eed8e4432a4c535ee03ac4352b 1.54 MB 3,050 3
900,567 900,567 00000000000000000002248334ca84ba134aaf171343bb29ad1252756038d15a 1.52 MB 2,844 4
900,566 900,566 00000000000000000001bc00957184ab0d4d2049f239ce650cdb8a29631644c0 1.70 MB 797 1
900,565 900,565 0000000000000000000203e73591ab625afe8075b800bdbd0adbab7e017f0434 1.67 MB 1,295 1
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.