Memory Pool Memory Pool Refreshing

4,070 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (178,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,932 728,932 00000000000000000003ff06ecd3dd99987058f3b7b55c7a741ae94d5b7d6572 0.83 MB 1,612 11
728,931 728,931 00000000000000000006d40f82782a6cd456ec74f93ba3914d27f507e8050e9e 1.07 MB 1,771 9
728,930 728,930 000000000000000000082fa889441c6884f9fde6993243d466044a082e3fdbe8 0.93 MB 1,802 10
728,929 728,929 00000000000000000000c99d9a5389d87fba099b474ffe47ac4cdb5286928b5a 1.25 MB 2,181 4
728,928 728,928 0000000000000000000a40bd0cc0a79ac21178e7acb4ff801c46b8be4d99311a 1.18 MB 1,095 11
728,927 728,927 000000000000000000017673398cf8e8de5e2ee64e46e8d76ae889086dda89db 1.41 MB 2,582 14
728,926 728,926 00000000000000000004a776dcaf2c1722a63cb956a58a2a4cd2e91a7acc930c 0.87 MB 1,207 4
728,925 728,925 0000000000000000000707cd02c328b795908546ec50eeb55c0da4b5fae7c4c3 1.53 MB 3,053 10
728,924 728,924 000000000000000000018344d918e2bcdc46af5ab4fbdd6c7f1b7e7d1c0b9aa0 1.48 MB 3,270 9
728,923 728,923 00000000000000000002ae3938be0281198761a297805d3ebbf58c1aa0564159 1.43 MB 3,019 11
728,922 728,922 00000000000000000002119f34ed287d091318b745633dc3ff0e5bcb4a15b694 0.71 MB 1,015 9
728,921 728,921 00000000000000000001834659c87f8e496712881bf71a9096e1401cd2d5b3cc 1.09 MB 1,391 11
728,920 728,920 00000000000000000009c9885ec954b094d487d15f50ce2d1da9f0b13d118163 1.75 MB 2,171 4
728,919 728,919 00000000000000000007e75cec13b0395c9c08456694c8b8a9dd138ba54267c6 1.51 MB 1,217 6
728,918 728,918 00000000000000000005782d243009ed93c2790abe53934c94cd403ff935e905 1.50 MB 3,454 16
728,917 728,917 00000000000000000009e62cdcd52ab86988f4b4b68553ccdc74ef42f43f50f8 0.44 MB 346 5
728,916 728,916 00000000000000000009133efd75471c279b97b0ed5f53cd886c77423f99f028 0.15 MB 192 8
728,915 728,915 000000000000000000008656392154abe4d085188c97494ebb88ce01cd07a6f0 0.67 MB 888 4
728,914 728,914 00000000000000000001cf2085176e460cfcf1709f4de45e7b02f9e16eec5274 1.27 MB 1,194 9
728,913 728,913 000000000000000000088aff0fb9823f9420586b906dec0a55166ff69eaafbb7 0.74 MB 1,356 9
728,912 728,912 00000000000000000000311159d276099375e0f30c626d429ff11b98753a9d36 1.18 MB 1,024 4
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.