Memory Pool Memory Pool Refreshing

46,392 transactions
30.80 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,104 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,490 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,103 (417,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
446,029 446,029 00000000000000000037cd671196120aba90988c3ffe9aadaca9af4322ed4387 1.00 MB 462 9
446,028 446,028 0000000000000000015142fabf31d9f5c1acfc9a319f8f4d181c3cbd0021d161 0.81 MB 1,930 69
446,027 446,027 00000000000000000087f6369982039eb14275f2990a8f3c21d28f25669f4ae6 1.00 MB 2,396 79
446,026 446,026 00000000000000000106d4f5a7414ae8ee721456c2488eaedb1e1211005db5e2 0.25 MB 554 69
446,025 446,025 00000000000000000222201a85fe8e41b126cfb659927138a1b8ba4fec2c166f 0.40 MB 862 43
446,024 446,024 000000000000000001cb325544b07decf00227beef7b3aa0d551c8b8da17d13d 0.24 MB 436 50
446,023 446,023 000000000000000001831a2f6d64b83712369d80827dce8c733226cce8fc2198 1.00 MB 2,197 65
446,022 446,022 0000000000000000008826cb3dad60b960bb2fc50c026410565bbb04ef590e1b 1.00 MB 2,747 71
446,021 446,021 000000000000000002b41eb36eae54c3e3e9c0cbe6fec83fbaf79f96a7278ef8 0.93 MB 2,232 83
446,020 446,020 000000000000000000b81ad41024030da9e387884d729cca89d7c5d8d1ddab86 1.00 MB 2,524 98
446,019 446,019 00000000000000000325cc0064c4b7809f2458ab1bddcf7c4208fd80c264aab4 0.16 MB 311 73
446,018 446,018 000000000000000001b358dbc52659ea5199d2a215885d961f295bfc89d7d5e1 0.85 MB 1,738 66
446,017 446,017 000000000000000000d7539c1e0cee4d5ae10adaf3670d690655dd405d34134d 1.00 MB 1,381 34
446,016 446,016 0000000000000000036484c546b5d5973d19a54305b80ca5cafd5602ea458b9d 1.00 MB 2,380 72
446,015 446,015 00000000000000000173fba571dedcd433798913cc39c275a00907f986e68137 1.00 MB 2,102 107
446,014 446,014 000000000000000002f89b5e618769701b42d79e5c1b17fd51063761c5085669 0.50 MB 885 45
446,013 446,013 0000000000000000011cd835b7fefcfb78aba298136029add0ae198da7e5835f 1.00 MB 2,393 71
446,012 446,012 000000000000000001d0bbbae43b5e7502082fcf3b860c1c7ef035ee39c0f109 1.00 MB 2,800 86
446,011 446,011 0000000000000000019ed3cf74cc59e04ec3c5000d00a4825145d199533a2bfe 1.00 MB 726 24
446,010 446,010 000000000000000001ee9dfee75bf49bc095eca06cefd02095464529646bcb92 1.00 MB 1,246 35
446,009 446,009 00000000000000000100b44257a225f0beae60ce6e19b6570c6c4dea9bb5d587 1.00 MB 1,497 44
Previous 10 blocks ↓
Total Size: 686.29 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,432.46 GB sent, 114.01 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.