Memory Pool Memory Pool Refreshing

22,419 transactions
22.50 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,070 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,354 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,069 (4,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
857,985 857,985 000000000000000000015b5ba456448f577819c07ca1a5b9e74e726eb694ccbf 1.77 MB 6,344 5
857,984 857,984 0000000000000000000252cebcfdbe2504c2d3c6c1a6c6084b4365877e5e03b5 1.53 MB 3,242 12
857,983 857,983 00000000000000000001bb3c443e9865877492c4f59d1ad11dc3081fffca15ea 1.75 MB 5,802 13
857,982 857,982 0000000000000000000295f5e690086ebd56223392f4e1c020491f05ec274450 1.68 MB 5,842 3
857,981 857,981 000000000000000000007e44ed84554668c2d55c83812eba87e825a9be794ab1 1.72 MB 5,108 19
857,980 857,980 00000000000000000000acaf8348417cbd5308e8c20f0002da7ed44a8d219a68 1.73 MB 4,880 25
857,979 857,979 0000000000000000000152069d37163e4512961b095ebf27ead9a45a8ed5e97c 1.81 MB 3,192 31
857,978 857,978 000000000000000000008ec33956fbf116519fa78bd660e907d0fc3ecdd41d15 1.61 MB 6,708 6
857,977 857,977 0000000000000000000264d3bf401b99e28ad66852598cab9edeb5e7ecc76fdc 1.66 MB 3,003 53
857,976 857,976 00000000000000000002726d1c5d794ba68696e0838d610ac92d13af8f093824 1.62 MB 4,403 19
857,975 857,975 00000000000000000000afd54dba482c3abed435d4f46d7fec043e1d78a77ccd 1.49 MB 4,294 83
857,974 857,974 00000000000000000002b8d07b390016d0c2dff284322b29c996a8563a5d624d 1.63 MB 4,923 15
857,973 857,973 00000000000000000001b7230d55fa209bbc7f3380a8a791dfa24782c55168f9 1.52 MB 5,100 5
857,972 857,972 00000000000000000001beeebbb88074f6c01c0c76d450b7a3aac4373e52aca6 1.50 MB 4,782 38
857,971 857,971 000000000000000000008c0cfb11c0c3e6ff9f152ea5132cd579182d6d34fae4 1.55 MB 4,395 13
857,970 857,970 000000000000000000002c62b9f0c7ca09cdd86489bc06036688b8ea166dabcc 1.49 MB 4,555 46
857,969 857,969 00000000000000000000ae516b824e4f68197d590154907b03802e13e0d8fe71 1.54 MB 5,390 32
857,968 857,968 00000000000000000002ed67f6cfc3ecbbaf1430e68fca5450b3c0a767162366 1.47 MB 6,172 45
857,967 857,967 00000000000000000001c9e7993aa0c2ebfd7a0d3cc5d08167a0a670ac7f9760 1.40 MB 6,349 78
857,966 857,966 0000000000000000000248795a9300a310da0894178a4a2feca946d116fcf86e 1.47 MB 6,874 22
857,965 857,965 000000000000000000009552aae33e613439748a3e9938b52e0d28fe8187e08f 1.49 MB 6,434 36
Previous 10 blocks ↓
Total Size: 684.30 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,332.81 GB sent, 100.26 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.