Memory Pool Memory Pool Refreshing

4,628 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,430 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (825,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,146 83,146 000000000023df75e6205e3c598fef2d85b155923aca0569430f3a147998d29c 0.00 MB 2 0
83,145 83,145 00000000001f222b57a6c75bcc5a235bae785673df0501126ac43fda024c8569 0.00 MB 4 0
83,144 83,144 0000000000021e3f0e0d1531b53f411c63f2c5b3849beb880004948231afb509 0.00 MB 10 0
83,143 83,143 000000000025bc0bb286e695abaa0876c2a274e1d038ee702f3b9e8fe303deb0 0.00 MB 5 0
83,142 83,142 00000000002052f285375fe786ab95fe27ca54697571543ce3672092a6f022cb 0.00 MB 15 0
83,141 83,141 0000000000302c69a7a85f1f31db2c8844d50b0ba3f9b2576cd713086f633ffb 0.00 MB 1 0
83,140 83,140 00000000002df0946ad2a4d731c827ed7ced624ae7d2bb0c9b7ab438fb8e0c06 0.00 MB 8 0
83,139 83,139 00000000001fe8c824eb3afebf5addbb44561ff64c5b9d0627c65f034835d2be 0.00 MB 13 0
83,138 83,138 0000000000189a02a33298dc2faada0127521bca3532fcaf788b145b7e7a2c76 0.00 MB 2 0
83,137 83,137 000000000017f04c7ce400ff77d868a52def430dffbdd96245cebccbb70e4d2f 0.00 MB 1 0
83,136 83,136 00000000000d7d3e044b1df774936b916ac44ca6a662a88f67ae07ad59f9d0f3 0.00 MB 1 0
83,135 83,135 00000000002334d6325ffc6a91b941a8142c638284f2590701b992174068d8ca 0.00 MB 2 0
83,134 83,134 00000000001969ef924689108ad562c44f8c4773d39f0ea5cdcad54e82b40cf4 0.00 MB 3 0
83,133 83,133 000000000017517d1373d22c75808dfb51ed51636094064393bb9fce87354ad4 0.00 MB 1 0
83,132 83,132 00000000000756e8e0cd75d6290deedabd5db2868bdf1341304578a12bbf0bb9 0.00 MB 1 0
83,131 83,131 0000000000307c907c327c5e8256fa6d3aa0c984f858176d83619883cc7acea3 0.00 MB 1 0
83,130 83,130 00000000000c950cb7307dc24d633d480626970fd147dfb2de144fa8c9e86219 0.00 MB 2 0
83,129 83,129 00000000001d224f015492d5ad4c333e7cd7dd695ea253d66acf68a3b592801b 0.00 MB 1 0
83,128 83,128 00000000000defc3e59b897092e4f9ca345968ddbd3fff0cf9507e008e7974c0 0.00 MB 2 0
83,127 83,127 00000000002f86b5d5c01d2cbad77135236fd1d96d602a8af42d257f166fd771 0.00 MB 5 0
83,126 83,126 00000000001a7e3cbdd73470e7f2c2558ff0c953bd061797d8d04ad0505a46ef 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.