Memory Pool Memory Pool Refreshing

41,736 transactions
30.62 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,520 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,512 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,519 (67,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
796,509 796,509 00000000000000000001b6a6a7008e61160cff92f6487e55c245cc8435ab9d85 1.56 MB 2,732 14
796,508 796,508 0000000000000000000519d490d7deee130b38de5d3e5e3b1d40410244fdf7f7 1.82 MB 3,699 14
796,507 796,507 0000000000000000000137c11b44144e221d2b6047c7c6c2380a6d319bbf33a5 1.72 MB 2,011 17
796,506 796,506 00000000000000000000b65a8f3a45e16ce83785a2a571899321d5b19b48a499 2.06 MB 3,187 18
796,505 796,505 00000000000000000003f7286d991fde0ca9d23f54328c28d254f2faa5445de4 1.59 MB 3,012 29
796,504 796,504 000000000000000000016acd6aafce5273840dc97c71f59659730eeb723ded4f 2.05 MB 3,953 9
796,503 796,503 00000000000000000002185b2b306bd6bf0014b06e85c7752607e2cab0a250a1 1.88 MB 4,118 14
796,502 796,502 00000000000000000004167bb12d4169b8ba434e549baf74cbc4ceb29160e082 1.98 MB 4,294 14
796,501 796,501 0000000000000000000282be3979ff4d2b3209a7087276d30f4108afac76a3e8 1.90 MB 5,685 11
796,500 796,500 000000000000000000007f5c614ec51c6bf6b8645549dfeafb9fad396d9e81d3 1.58 MB 2,681 17
796,499 796,499 000000000000000000002143cba1da9ce075c1d0cda5b032ff384f3003337877 1.39 MB 569 10
796,498 796,498 000000000000000000025c4261d2a5c479b80efc0e7c89c9fcd1511ad0156a81 1.08 MB 452 10
796,497 796,497 000000000000000000032eb24b5c4f48e59a09b4fecd58b5c2437e9a5111bc26 1.16 MB 545 12
796,496 796,496 000000000000000000032536ae75035234e826fd33d261593a0cfc9be6296759 1.74 MB 3,009 12
796,495 796,495 000000000000000000057204eb0539e0f55fa63af0f3127b3b50bab28dc6e9b5 1.86 MB 2,109 12
796,494 796,494 00000000000000000002200ea2a7c9dda2eda0c96f5af3b982e04592d8427a7e 1.87 MB 4,643 14
796,493 796,493 000000000000000000000ccf52eb72acc5bbe9e8e9d715f3654e1b425aa4fabc 1.90 MB 2,085 14
796,492 796,492 0000000000000000000493080aa3ed4d6ccd747f7b3664e411801d5fdb403ef0 2.20 MB 2,232 17
796,491 796,491 000000000000000000025857df7dfb369b4ffb763d03fe103348f483000ac732 1.44 MB 2,810 31
796,490 796,490 00000000000000000005867038ee49209f39ab12ce97b9fee4bc6599ec5dab6c 1.76 MB 3,006 21
796,489 796,489 000000000000000000040dd25f14cc6f0a676e8ca6892481ff9656e5d1ffe41a 1.60 MB 2,473 17
Previous 10 blocks ↓
Total Size: 687.11 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,507.40 GB sent, 119.39 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.