Memory Pool Memory Pool Refreshing

19,713 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (69,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,117 838,117 000000000000000000026ead9e524758870bf0e5558c771feaa100e96ad66e40 2.46 MB 4,453 5
838,116 838,116 00000000000000000002a243256c2a3d76f60a982126f2118e499d6cc979a0e7 1.85 MB 3,463 10
838,115 838,115 000000000000000000002486edc24130f3e64429fd3de4b0d4a9475d5d5b8cc2 2.14 MB 3,757 6
838,114 838,114 00000000000000000000103cbd0a70447fe9ca6316826584f9b9ab5770eeb03e 1.91 MB 3,157 8
838,113 838,113 0000000000000000000345e3d02b0b81d81699c71f9dd232386733e8ad3f28bb 1.99 MB 5,274 6
838,112 838,112 000000000000000000007652dcdf150dba98fba881553fbcf90fd3e487c10f98 1.94 MB 2,951 7
838,111 838,111 000000000000000000020975af58258860ae7f8da36ae0e20042b2903d696d85 1.94 MB 3,187 13
838,110 838,110 00000000000000000001af3d3e91806cde658af07b4dff341e8a26bbb6c8d47d 2.43 MB 2,521 7
838,109 838,109 000000000000000000008de043ed558d7eb97575b390a720c37348b9632fcab8 1.81 MB 3,086 12
838,108 838,108 00000000000000000001e358f66b5a70dab7fa959aec7ce38a251f3b2e057bb2 1.96 MB 824 6
838,107 838,107 00000000000000000001fb94528f807ef01f8578e50e2c73c1742c84912d55a8 2.28 MB 4,133 6
838,106 838,106 000000000000000000021cf70d1d6c625eb70327ba381bb399fc382f54e51e31 1.63 MB 3,491 10
838,105 838,105 00000000000000000001dc3d0a74484f3e09eb2cdfdeccaf4c411e25e1a8b2c1 1.80 MB 2,790 11
838,104 838,104 000000000000000000026ffc9ebda86d66544c67b1a83b6fb240da1c1dd592da 1.61 MB 3,946 7
838,103 838,103 00000000000000000001951c747fda95183cfb26cddaf50a037aedf6332967f8 1.50 MB 2,499 12
838,102 838,102 00000000000000000001c89001b9f4829a6dbf95664b4c1d54ce490a41d7e803 2.09 MB 2,335 8
838,101 838,101 000000000000000000019e3b2eed102da1296e366b9b9060e59bc9836ce55e96 2.03 MB 2,352 8
838,100 838,100 00000000000000000000d7ee1cbc8f4df2cdd304c6100c250486c3c5f3405c90 2.11 MB 3,733 9
838,099 838,099 00000000000000000000aab360c3a5446cf3dbc8efd437796a91af0bb2aa8708 1.60 MB 2,370 11
838,098 838,098 0000000000000000000352bb34f3af26b50f36d809598a67447ce0f72aa60a34 2.36 MB 2,460 7
838,097 838,097 00000000000000000002a49adcb825ebe5da26341fe686e9b388fa6119c8250d 3.20 MB 1,397 6
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,624.53 GB sent, 93.00 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.