Memory Pool Memory Pool Refreshing

45,549 transactions
26.72 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,267 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,266 (9,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,553 859,553 00000000000000000000926b5d86cbc7d9386d5785c9ff9ad77b882ee5a9adc7 1.52 MB 3,205 10
859,552 859,552 0000000000000000000062e6f9086b1df2e9db7a7038e6d4b36e200aed240fb4 1.83 MB 2,978 5
859,551 859,551 000000000000000000026458706207b61be22ee01bf78cf86d7a6f12aafb4656 1.68 MB 4,010 5
859,550 859,550 00000000000000000002637f09dee530d06d8681d32274196bd09135075189b0 1.67 MB 5,600 4
859,549 859,549 00000000000000000001b1a1e14f9da177c5831c4c45cc09a8626004349fb578 1.66 MB 2,612 5
859,548 859,548 000000000000000000029fecd0377ffa3e31f5f3e451727b72f3d8e49acdb2e6 1.68 MB 3,613 4
859,547 859,547 00000000000000000000637e6d16a36da727c812ae9524484760fd670e746d94 1.64 MB 2,982 7
859,546 859,546 00000000000000000001c5b0f34fcc096dd9828eb8b33c37c8380c3ff5e2b2f5 1.64 MB 3,363 5
859,545 859,545 00000000000000000003224bd277241e31c5b3f54d3d2f02e657ac9bd7e40f2c 1.72 MB 4,665 3
859,544 859,544 00000000000000000002efbed58de58e9b041f3eb0235c38913a538e4cdbaf6f 1.67 MB 3,198 7
859,543 859,543 00000000000000000002a5b47ba711c12593f2054a7ab1e2b6c7d8a19859e317 1.63 MB 3,917 6
859,542 859,542 0000000000000000000057dc734992b4a6d18affa477d52192eae3dfad93bfc3 1.63 MB 6,970 2
859,541 859,541 00000000000000000001d660a2c34c6ea235983b2163bc5bfe9f6b407785db6a 1.66 MB 5,738 3
859,540 859,540 00000000000000000000f7776ba0a94b5b4bd23e055989d08d2c63d44a450213 1.65 MB 5,991 4
859,539 859,539 00000000000000000000aa18bbe038c8b68340115595baf56e101ec76ed0f435 1.67 MB 5,275 5
859,538 859,538 00000000000000000002dab8083fef996f6ba19b00c0e455ee0aebc7351e1e01 1.74 MB 3,358 5
859,537 859,537 00000000000000000001c9b6771e70c592912ea9b36850600b2a300853ca7bf8 1.60 MB 3,418 5
859,536 859,536 0000000000000000000186fda117178099fa3651697b401132929dafefe74c98 1.47 MB 2,709 7
859,535 859,535 0000000000000000000115d94103ba477f74440b8d2842a0c26bdd5825380251 1.69 MB 7,296 2
859,534 859,534 000000000000000000005b9040e4ecf61228bffd998f725f86ca630c6a13c95c 1.64 MB 7,569 2
859,533 859,533 00000000000000000000ec5feebf1ae84425703ea46b247ad3262566aab4de37 1.84 MB 2,108 4
Previous 10 blocks ↓
Total Size: 698.08 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: 2,067.88 GB sent, 198.20 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.