Memory Pool Memory Pool Refreshing

2,091 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,086 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (503,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,134 404,134 000000000000000002e1c99a783a024195e9eed686ffaa8eaa9dcb296891f0e0 0.19 MB 124 10
404,133 404,133 00000000000000000192afab6221254eb35c766c9dee4099a077505c1a542161 1.00 MB 2,738 47
404,132 404,132 0000000000000000069e9638111a5454fd156766764fcbd80c4f7d126a0d50a8 0.14 MB 282 38
404,131 404,131 000000000000000006824df07d759b3f4dc0591ff7d08c44ae8f892f8dd7f6d8 0.98 MB 1,085 21
404,130 404,130 000000000000000005543e35594f01fd1785eaaecd6dbf3f25af84688ecf3280 0.12 MB 156 20
404,129 404,129 000000000000000002f9c643dd254a332fb8700715048b03129e62ba8688a742 0.09 MB 215 40
404,128 404,128 0000000000000000043a54423e8ca7208d374acb2e885a192f72602db47cb3b8 0.53 MB 1,019 35
404,127 404,127 0000000000000000053b148a5ff8efcc769293bfa365caac5a8fe122f5fd3fec 0.34 MB 719 37
404,126 404,126 0000000000000000022f53814c9884804e9a28b2a48047bbdad0e4f4b6e55486 1.00 MB 2,004 40
404,125 404,125 00000000000000000053a0bf56d7f6ce8f4b5cb357a0f051bbcab931ecd51dd6 0.76 MB 761 19
404,124 404,124 0000000000000000056702d236acb1e7c54bca4909ff7159fccf44cd95c5ddfc 1.00 MB 1,228 25
404,123 404,123 000000000000000004958ca731c1e531df40eb6c37864e10afcbcb40b9140d4e 0.02 MB 42 66
404,122 404,122 000000000000000002f8b05b95c512ce51372c689898dddbff084664e0ab1428 0.60 MB 1,358 44
404,121 404,121 0000000000000000010ca5ad10059d78617452c8d67cb13671a2b98407f307a5 0.94 MB 2,285 54
404,120 404,120 00000000000000000527a27866d865afdc7be1e3da5f1ae4ccd3faa3c7a75e43 0.96 MB 1,261 34
404,119 404,119 000000000000000001f3747d755d2658246eed491dbea97ffaa3cd20528c6c60 1.00 MB 1,064 24
404,118 404,118 000000000000000001483c1adaab8a7d443f704cac466183d3a0aa4d9dbaede1 0.93 MB 520 44
404,117 404,117 00000000000000000352abe45e887efcc33bd78fd61da13f54505ed4fb37da8c 1.00 MB 1,198 36
404,116 404,116 0000000000000000064b191e5633ed545f8f2b41af543810c3c9cda46124e99f 1.00 MB 569 37
404,115 404,115 000000000000000004760aff03769951a7027327913cfa46233d9a13408c1489 0.75 MB 1,186 57
404,114 404,114 00000000000000000616a9ebb7a90d04737e24879992a056997b2769b7e82c8c 1.00 MB 2,615 63
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.