Memory Pool Memory Pool Refreshing

47,585 transactions
30.12 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
869,468 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,151 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,467 (727,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
141,575 141,575 00000000000004b36d41d836cd131c221385feee9ebd1ba0b0391238036f9d21 0.04 MB 77 123
141,574 141,574 000000000000064764f9a69d565a2f7a1fee9a476801660863a2f799418e9995 0.05 MB 58 257
141,573 141,573 00000000000005f8d09f2381211b0ff76f8c8c106357df22673af7bc51de2d43 0.04 MB 102 340
141,572 141,572 000000000000061508ea0f0e64ff99e9926ba8156b863894872db3fb931b40aa 0.02 MB 42 666
141,571 141,571 000000000000049d9a3ec2ec5f77a6221ce9e0dddd75ffd57a7f0de2e119a0ec 0.02 MB 33 277
141,570 141,570 000000000000048d50d0aa896e1da65153888602a92c7613dd057ff2a432565a 0.01 MB 13 239
141,569 141,569 00000000000007dcc6f4fb8f16f05d118c31cd5a62a4791a939381f977c1f3c2 0.02 MB 28 195
141,568 141,568 00000000000000eb37ac0df0a29839cdd16bc6d51e845e237228591444d4da40 0.04 MB 109 126
141,567 141,567 0000000000000680823dc13b8b4997b11b697505b51a31d1f769e7ddf58d1d89 0.01 MB 24 89
141,566 141,566 00000000000004688a89378069baaf976aa247775b10fa57b31ddafaa5a2a44c 0.05 MB 103 156
141,565 141,565 00000000000002c2fcb5f8c4389cede34bda00ad2b76b34ad710206ed3bdec36 0.07 MB 146 122
141,564 141,564 00000000000006f0ab7707e598da53ec8ebedc8ed610bffe8f31abf4d9dc1155 0.00 MB 9 71
141,563 141,563 00000000000005ba1bbf4ab5dc96e95fa1c9b18643203dfd7d48f19e28d5deeb 0.02 MB 55 148
141,562 141,562 000000000000030c732cce2aa5cb62bc6cd93ca9be195f4bb7b0deba71999309 0.02 MB 37 115
141,561 141,561 00000000000002df60b2b26871c560267308f4fd9a88620ec01c4187aa1d8fba 0.00 MB 10 408
141,560 141,560 00000000000006ddb42c5ad73ea8475d3a1580eeacfa4e12cd233f2f912532c8 0.05 MB 136 161
141,559 141,559 000000000000035692aaecff1475e42b6f06ba33fda4a4b0513f9fcaaa53d38b 0.01 MB 25 224
141,558 141,558 00000000000005bc0db20e0b28a226f38b5bbcc94d71769ce4de329d53c9bef1 0.02 MB 26 285
141,557 141,557 00000000000007b3234ecb7b6c50ef2a3ef0fdce91b0a574d0b06e821cd9acc7 0.00 MB 4 100
141,556 141,556 0000000000000176d2233f2a99f049f5b192cf48db1253ba21012fcc009cb1b8 0.02 MB 59 176
141,555 141,555 000000000000033f83319c41ca390a47252e7157f6271be6114fa7bb20492c1c 0.03 MB 64 575
Previous 10 blocks ↓
Total Size: 698.46 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,087.22 GB sent, 200.50 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.