Memory Pool Memory Pool Refreshing

76,779 transactions
26.87 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,274 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,380 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,273 (103,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,637 766,637 000000000000000000059dfe1060c27c2412ebb06612ce55a8d101e5318108ae 1.45 MB 3,047 20
766,636 766,636 00000000000000000007b48a0cb452f48c87e3eb982e57f32eae2050c380d144 1.30 MB 2,083 7
766,635 766,635 000000000000000000052d4591bc416ddcebac7d22c87c30a7c55fb70439e9cf 1.24 MB 1,869 10
766,634 766,634 0000000000000000000784330f8d55c1e86f3e93223b27158282cb80810f975a 1.42 MB 3,029 19
766,633 766,633 00000000000000000000f33406c944f1d3957e7bc01194bb09a5014fb7711fcb 1.49 MB 2,423 8
766,632 766,632 000000000000000000020a7de72254b7a472608bf7633e1a7b41ba684dbeedd7 1.55 MB 2,765 13
766,631 766,631 00000000000000000005c30d8506eeccfdd7098d8db0b250d7ae3fe070cce7af 0.64 MB 1,050 9
766,630 766,630 000000000000000000052bb3a5549007cd08ff6499b1e52c4e536bfc0c3853b3 0.12 MB 211 8
766,629 766,629 00000000000000000001a369fec72ffa4b4f2181835e4c4cfc248c94e697bd65 0.32 MB 485 3
766,628 766,628 00000000000000000000fb31aae1878366b8a855c1064f0d64eb30a7321a6597 1.54 MB 1,940 6
766,627 766,627 000000000000000000041082361cf6e699361e193d97aba84132f7e0416d7d21 1.50 MB 2,650 8
766,626 766,626 00000000000000000001e3004cd77706d64130955df70d7363505565ef4d23dd 1.27 MB 1,901 10
766,625 766,625 0000000000000000000419c71ee0ee9124972cae703c4afced16cd6cf7c1389c 1.47 MB 2,733 16
766,624 766,624 0000000000000000000662fc8482a901dda6be5134a23d0033409c5bfd5e41a5 1.52 MB 3,124 14
766,623 766,623 0000000000000000000578e63039b953fd12325010ce83f7da4a9d4e3cfbcb61 0.91 MB 1,238 5
766,622 766,622 00000000000000000007dbc400d877b49a280e71eaf79dbb9899d543bfcbc5a3 1.24 MB 1,791 7
766,621 766,621 000000000000000000064168e2ead38fe1604bf79898fef803674c440e01b33a 1.48 MB 2,485 9
766,620 766,620 0000000000000000000580dda6644a52ccf49fb67dccf9ab6780920e6e644f6f 1.34 MB 1,972 13
766,619 766,619 00000000000000000002f3b737c40b142bab01df0de8444daa88843c24e4aa27 0.60 MB 1,032 10
766,618 766,618 00000000000000000005a2fbbe28d8dff961a4ffd1c70467c68c4e5d08cc70cd 1.76 MB 2,539 7
766,617 766,617 00000000000000000004a597c4a58897bedddc539c616404b9d5a89ccff6b333 1.58 MB 3,063 16
Previous 10 blocks ↓
Total Size: 699.97 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,214.39 GB sent, 210.17 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.