Memory Pool Memory Pool Refreshing

46,790 transactions
33.23 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,063 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,968 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,062 (241,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
621,987 621,987 0000000000000000000beffad18fbd614aca337609e987aff362f67d25f273bb 1.34 MB 3,263 80
621,986 621,986 0000000000000000000755a803a22e2e5e870df1c44445a487912ba64f32f439 1.48 MB 1,793 69
621,985 621,985 0000000000000000000a02e99482e98dc145e20711159e371197460d0ecd8aa0 1.31 MB 2,815 79
621,984 621,984 0000000000000000000d0412aed526881f88ad8a5154a229d290d1f279ddd3d6 1.25 MB 2,698 76
621,983 621,983 00000000000000000006e2bc63211e0e2cb44caf782a91fd7978c84a069de25f 1.27 MB 2,632 81
621,982 621,982 000000000000000000017993089fafe99b56983b1b832e14a4ca47a64e914fe5 1.20 MB 2,393 76
621,981 621,981 00000000000000000002e08428ab242612e323784ec2209bf1a1b3aaf6797bcf 1.25 MB 2,546 90
621,980 621,980 0000000000000000000d61c3ecc4aecb011c72d7560fb405b5cd85490f923dd5 1.26 MB 3,445 109
621,979 621,979 00000000000000000002add6cbb7036a40867c74989ed16c0abe92899eb9ceb8 1.13 MB 1,658 25
621,978 621,978 00000000000000000010e367ce980dc7043b335b8dc32e187ddd1c5ee6376893 1.19 MB 1,822 74
621,977 621,977 0000000000000000000ec4bb7f533e3b19a8294b61ee1878a077255d8e1018c0 1.25 MB 2,929 43
621,976 621,976 0000000000000000000eebcd037aab5169cc1234b8934f9ec7108b734486e403 1.30 MB 2,985 66
621,975 621,975 0000000000000000000f7c880758832ea9c6a2b56de20908857dd1f660aebf57 1.04 MB 978 12
621,974 621,974 0000000000000000000d7e44685a09f2decef6bcf530096b56908ca5f28f1712 1.07 MB 1,556 20
621,973 621,973 0000000000000000000e61ef6c641d52e323e10c519ef26edac84040442c2d6c 1.29 MB 2,497 49
621,972 621,972 00000000000000000006638eb3d424959309407310a7c8273850ece3e3d6cca6 1.07 MB 1,250 23
621,971 621,971 000000000000000000024697149a089d7799825a1e3885c280687861b2c0536c 1.25 MB 2,454 69
621,970 621,970 00000000000000000003314ab3777f886d8d1125af7374d63e96576db3305da3 1.08 MB 1,193 22
621,969 621,969 00000000000000000002ec8c59f9a336f9175abd82b94045173f0405f3802957 1.19 MB 2,325 39
621,968 621,968 000000000000000000101306bed08a50e59021ca94fd0ca227cda7f2ca984a60 1.18 MB 2,395 52
621,967 621,967 0000000000000000000387a2bc36d07d064a8cd379efc6c65b94bda024d88901 1.23 MB 2,482 50
Previous 10 blocks ↓
Total Size: 686.21 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,417.99 GB sent, 113.52 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.