Memory Pool Memory Pool Refreshing

54,943 transactions
28.66 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,937 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,696 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,936 (141,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
731,494 731,494 00000000000000000001b3e92bb7c3c10332c7e425ac221a682efb15408e17da 0.33 MB 426 8
731,493 731,493 00000000000000000004c50950b5d8e404453228855153e0ed199bec07524436 0.04 MB 26 12
731,492 731,492 0000000000000000000290bcef91584f706ac54df1e6ff6b5054e4ed84fee087 1.12 MB 1,158 5
731,491 731,491 00000000000000000005307b05d11cb20fb410353ffe3614135dcac13255dee9 1.88 MB 1,556 10
731,490 731,490 00000000000000000008f41e3c38b7f5f5959d14b43a4a56988af2ed3a2d727b 0.15 MB 200 8
731,489 731,489 000000000000000000019e1fe9484399a683a0e84604731c8ee3695fa29a4679 0.30 MB 547 9
731,488 731,488 00000000000000000001772a28e115877839aa05c31de78b24853294cc62cddc 0.74 MB 913 6
731,487 731,487 00000000000000000000aa8a787dd852cc5983b5c1532b9bea7d410fe425ae54 1.30 MB 1,811 8
731,486 731,486 0000000000000000000190c72b3b75ccf962e048bdbec6981e19f47a2cd7f90a 0.96 MB 296 4
731,485 731,485 00000000000000000001d825cf737864f76e7873bd1e5b886d31ecc335cba9ca 1.50 MB 1,169 3
731,484 731,484 00000000000000000002b20c410d2ec2c485671eed990fe4117033e00252ba68 1.48 MB 2,464 11
731,483 731,483 00000000000000000009224461958b5e4b5abc4ff32bdcc15fd9c1053424e82e 0.49 MB 442 6
731,482 731,482 00000000000000000001d862c4a2af10472c18bf1a33831016252117fc85b4e7 1.33 MB 1,400 7
731,481 731,481 0000000000000000000810542407bc4bc0998c7934fb8c9f21046ad8d70bd0b2 0.01 MB 33 10
731,480 731,480 00000000000000000000ec7d41e70e4a1b81bbebbdb5e33a57399bd86854c1c3 0.10 MB 28 3
731,479 731,479 000000000000000000047b91d8630729a9cb1ed969ff344d669bf171e2e38f69 0.32 MB 381 7
731,478 731,478 00000000000000000001f622bfb28b18371181385db3c0013032e060d108e7ac 1.09 MB 1,526 9
731,477 731,477 000000000000000000008ca1a043b70a24c03991cadd33d3e7aafd18862f3395 1.19 MB 1,011 6
731,476 731,476 000000000000000000017c7147c54d51a4565b743cfe8fa1515288a78eb1448f 1.62 MB 2,238 9
731,475 731,475 000000000000000000067642c2b0105357b735ed13168a404afe11a4bd824168 1.59 MB 2,284 9
731,474 731,474 00000000000000000009b018680eeec247659fc6728fc50c89c37cd2bb43a50b 1.32 MB 1,352 6
Previous 10 blocks ↓
Total Size: 704.93 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,662.28 GB sent, 244.22 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.