Memory Pool Memory Pool Refreshing

74,078 transactions
31.56 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
877,517 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,765 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,516 (39,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,127 838,127 0000000000000000000162747252113ac0b2025f64a37e1ba1a3023fd1c1adad 1.93 MB 3,385 14
838,126 838,126 000000000000000000016ecca425af5b179209ff5fb8ac65c044923c5c15d48d 1.76 MB 3,205 8
838,125 838,125 00000000000000000000ef2d8274f3bf5575719afadc0312f8837bcc57e6be31 2.09 MB 2,965 13
838,124 838,124 000000000000000000032ca28e1b947ce12af5980098f6f27fce62c3e6e078cb 1.88 MB 3,295 18
838,123 838,123 00000000000000000002f11f0d7b7bb9228e1455c0cb073213f290643d333ce6 1.54 MB 2,682 10
838,122 838,122 000000000000000000004c3e15d96942a896fe80317130bf1c6e49f7eccd9730 1.91 MB 3,429 7
838,121 838,121 0000000000000000000200fbf8a5571aadb18365ed806f5b9f785fbb30a13792 1.77 MB 3,394 11
838,120 838,120 0000000000000000000292a6fe1cc9612766e51730c6dc8fc3e600d0e96db570 2.02 MB 2,535 6
838,119 838,119 00000000000000000000d0aa9b2e2e50755e780446c89c573ab979f25ed5b903 1.57 MB 3,140 14
838,118 838,118 00000000000000000001c2fb65dabdfa2ae8ddda4d03ae905486821399409de9 2.32 MB 2,639 8
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
Previous 10 blocks ↓
Total Size: 713.40 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,142.57 GB sent, 30.79 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.