Memory Pool Memory Pool Refreshing

5,529 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,675 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (766,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,989 140,989 0000000000000890fc205764b6a4044ab33115bc89f74d507e94e1f8ed7fb85e 0.03 MB 71 402
140,988 140,988 000000000000066b139c485ba6a957b006c33d00dcbb48a52c4f452acf022494 0.02 MB 45 249
140,987 140,987 00000000000005a936d150d27640ceb9abb890e1ed0bca3a88a76a0c675dd726 0.01 MB 39 8
140,986 140,986 0000000000000239020b988c9be65fc3627be0afe3bfaa9a06f204fa845d67fa 0.04 MB 86 167
140,985 140,985 000000000000014be3a92bb42395fffb2e13992d3e9d7a77ce32f7982c9dd62e 0.00 MB 1 0
140,984 140,984 000000000000052fd45a0c511c976bd24c4c0739ea85e6daffe6a1e0a6cd5bf4 0.01 MB 19 798
140,983 140,983 00000000000005e7407253dc4a294434a5ac442725423d94d089009fde203efc 0.00 MB 9 675
140,982 140,982 00000000000006885b464eb98a18d7bec9cf2970c7243a3aac4b90352f4f51f6 0.01 MB 14 63
140,981 140,981 00000000000007f737bffac49b36478a00a2c3b24adcbcd1c1483121f19fe5ac 0.02 MB 40 158
140,980 140,980 000000000000064cdf32a18b3d56d8a2056e9f6756246a469f502d5d3a18a28a 0.04 MB 134 170
140,979 140,979 000000000000075c5022aaaff34ab12c3a2b279438bc16b480d5f851141d6a31 0.05 MB 112 130
140,978 140,978 00000000000004305e40fcf07b556128e0e7171e758c3f68897102c00968fa9f 0.03 MB 59 193
140,977 140,977 00000000000008d9e540380394d13fc452ab0fed66025bdd31cab7e382ae7642 0.03 MB 55 568
140,976 140,976 0000000000000696aecdff296091db165de18901b1d4b5aa449b2c53bac6a9ba 0.03 MB 82 340
140,975 140,975 00000000000006aec6265b6d31e7687bc5d1bca4cda2e019cbb9f1044d8d228b 0.02 MB 25 333
140,974 140,974 000000000000038384a63cafdadd1d318c7e2480553409fcd4add240e39c4057 0.04 MB 116 150
140,973 140,973 0000000000000154324ed7172f6855c1ea1c3c2aaff0b18f32f0b31184d15996 0.00 MB 3 0
140,972 140,972 000000000000008a571f4c9bbd0576958608ff439bc0c2dd1d1be1eba23f8987 0.01 MB 21 261
140,971 140,971 00000000000007307ae4690c715a7d0b65cc83c3dd2d8a9e01b5fc63cbaef825 0.05 MB 82 64
140,970 140,970 0000000000000131d20cd3cecfa702e1cec9a1ec59d6c260fcfd288605d1bed7 0.06 MB 110 174
140,969 140,969 000000000000005ea6ebae5c0fd069109a2d64087946b56a78accca4614ff2a9 0.00 MB 8 850
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.