Memory Pool Memory Pool Refreshing

6,127 transactions
3.24 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,965 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (774,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,719 133,719 0000000000000bdb1e3e41e2daf4fc3d18729f41c436bbdc3993dfa7825506e2 0.00 MB 5 165
133,718 133,718 00000000000000d6849791274b6ee7ad12de37f4ef51da0b8df7b8c11f81c1b0 0.07 MB 142 671
133,717 133,717 00000000000006c552f68d4ab8c96300d27abecce54b244decbadd5029e04a74 0.06 MB 127 459
133,716 133,716 000000000000077d10fed8cd43b988bdb9aa0800678faae9463398a47899824f 0.04 MB 79 508
133,715 133,715 0000000000000ab35c9ff107bc088d7d46a6e65651991c49b38eed260dd0ed63 0.01 MB 45 347
133,714 133,714 0000000000000c26fb3c0493fa9b21541664804a3019fb580532f3b496c607b0 0.06 MB 174 455
133,713 133,713 000000000000093ddcafd84979e8ce477e0ca2fcc07b18fbc6eba5b4c89b74d2 0.00 MB 12 1,473
133,712 133,712 00000000000000104e0600d98523303f3d02b17ff8c1400928cc40c8374eaf41 0.03 MB 87 127
133,711 133,711 00000000000000f0659ab01c9601e3dca6c1d0239d1186027c3c218b928c9cf8 0.03 MB 49 955
133,710 133,710 000000000000021ff207f6566014b581df4b8bb064b069538cd8cb8742737207 0.03 MB 78 474
133,709 133,709 0000000000000bf606d8b23daa2638e3193451743d4f742add420cc970b98539 0.03 MB 79 452
133,708 133,708 00000000000001431012ee70fbdf0c328ed78d7cff90b4f9d64aaecbbe0ecfbf 0.00 MB 8 646
133,707 133,707 00000000000002eeb7fc84a27560fdec20e2a6ad319abbe0402051236838d280 0.02 MB 38 521
133,706 133,706 00000000000008a553fe0a03e63726bf1826d5d3f50eb0e1899c765ee9659110 0.01 MB 20 563
133,705 133,705 00000000000006fd6fa50e78e0e9e2014d6c5b3193b47d10d1af5103b4f5c256 0.06 MB 148 164
133,704 133,704 00000000000002080931e5dbee94b56193b8d066c62bfc962959495f0b23bf3d 0.02 MB 46 680
133,703 133,703 0000000000000010ac8f755ecea689dfa71619dc9e1a04d5414ea7eabb6f15a6 0.02 MB 24 847
133,702 133,702 000000000000033b9565c77132eee0e5ef2e183754062a25fb7a41fd545d03c0 0.01 MB 20 549
133,701 133,701 00000000000004ecd261ec0d7b0d5f06f36576222ac3375f236d5240e844a482 0.07 MB 232 110
133,700 133,700 0000000000000bc7636ffbc1cf90cf4a2674de7fcadbc6c9b63d31f07cb3c2c2 0.02 MB 44 116
133,699 133,699 0000000000000797be4477fc3b6c8d7ea4c8e1f1d65e0dca6ac1a268e2c13e9a 0.03 MB 54 470
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.