Memory Pool Memory Pool Refreshing

2,870 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.78 vMB 2,868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (200,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,156 707,156 0000000000000000000cb5addf0dced8e773d38c87d54b6903e707a5e70180d7 1.53 MB 2,891 9
707,155 707,155 000000000000000000042bc2978d3324d0843616c22c96c0154b391edc8432be 1.55 MB 2,080 7
707,154 707,154 000000000000000000089fc84f664e3dbb658ba38726928cf83208b1173f06cf 1.71 MB 1,396 9
707,153 707,153 000000000000000000011989f6647016a9c7fe5a91c941be6d597cab7dcf93a6 1.74 MB 953 7
707,152 707,152 000000000000000000074fe3404fb2c5b23554f61c8e0285bc7e771423de9539 1.63 MB 1,746 9
707,151 707,151 0000000000000000000a18a60591b3443ba2db7f3426ad1ee78f8e36772c6b98 1.59 MB 1,987 11
707,150 707,150 000000000000000000019c3fffd7ef48508b4a11c24b185db0362d0e82948aed 1.53 MB 3,070 12
707,149 707,149 000000000000000000084f6ac912d0e8211527f15ce5510c55b08b77fdc2f3f0 1.52 MB 2,863 16
707,148 707,148 0000000000000000000ad6c986e1ccca6a0932b8a9fbab07c458bf69c89dbe34 1.54 MB 1,984 8
707,147 707,147 000000000000000000018af65db185772a3f31960a335a7b7282e7fb1588c674 1.51 MB 2,786 10
707,146 707,146 00000000000000000001a72946b11eddca06944b51cb15d1468ab07a0df0919f 1.58 MB 2,301 20
707,145 707,145 00000000000000000001de7208de50b3f59737a8b8267e68fb7c42805ee1afc6 1.57 MB 1,163 2
707,144 707,144 00000000000000000009d82b5b6a154af45c0486e4018ee8595c8b7245ecad81 1.47 MB 2,065 4
707,143 707,143 0000000000000000000d854d083550bf46d882042c46a12ce83bc555e9c63c7f 1.55 MB 1,780 4
707,142 707,142 0000000000000000000849bb6ffed231c7de1cabc2f775b8383f57b8e36a1917 1.37 MB 1,441 5
707,141 707,141 0000000000000000000ba45d4429a3d5260bdf5edd719b850e31835c4eae9680 1.23 MB 1,270 3
707,140 707,140 00000000000000000004b9e10580bebf5c52001f09833e9764ca4358cbaedfcb 1.59 MB 2,495 8
707,139 707,139 0000000000000000000b32c474f6129de975730008181a0b1d934f977203f113 1.53 MB 3,332 3
707,138 707,138 0000000000000000000494f55ba7c364285e4bfc104febe118b17aea48cb3ce6 1.52 MB 2,862 9
707,137 707,137 00000000000000000000396aa3dccd0104aa6542f2237ca5d3595dd202a3246b 1.47 MB 3,140 13
707,136 707,136 0000000000000000000d14e1b0955eba9e99fb9df07e8939efdb9b67f1b3ec51 1.63 MB 2,228 10
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 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.