Memory Pool Memory Pool Refreshing

8,197 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,945 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (8,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,656 899,656 00000000000000000001b9ca6027b3d564c708df3b782d72eca5beb418f61644 1.63 MB 2,843 5
899,655 899,655 000000000000000000003fbe43d222e5ffbe1db2a28b268a04002e8083d567ad 1.67 MB 2,706 14
899,654 899,654 000000000000000000016cfb74f2a2652c62a3862209a7596ccd56f8086f2818 1.70 MB 3,060 8
899,653 899,653 00000000000000000000b2d8c10ecba47e0f3a816774b6ca689a976fdf4f0cc4 1.54 MB 2,867 2
899,652 899,652 000000000000000000018e9d2aceb580fbe5f200e7052849ada1b43398a0bba3 1.68 MB 3,832 3
899,651 899,651 000000000000000000019a77746c618b98998d3ef1201a6647af70a661c762d2 1.74 MB 3,171 6
899,650 899,650 0000000000000000000201694aa4279fe1187d6593b63da12e1d1c0b82696b9e 1.68 MB 3,696 8
899,649 899,649 0000000000000000000193d00b75cb468404053bd69b196dcbf8ab7f0a089568 1.72 MB 2,604 7
899,648 899,648 00000000000000000001e70b987e3f498b788b363108a133a4c0e21408b1bd15 1.60 MB 3,094 3
899,647 899,647 000000000000000000016f0ab074767fa16f7c6f4916610f348192deef311266 1.86 MB 547 1
899,646 899,646 00000000000000000001b7c968a16d1f8a132120be38316efe5b173aff7430e4 1.86 MB 2,743 1
899,645 899,645 000000000000000000004a8ff16cd6be6c9410768c40c253868137f72f020f2d 1.60 MB 2,928 2
899,644 899,644 000000000000000000013ca88ab239d306cce9f8a2022f2699cffcca9358fb98 1.60 MB 3,100 3
899,643 899,643 000000000000000000021dda8f98230f258a633bc94f745748278e111e45becb 1.59 MB 3,437 10
899,642 899,642 000000000000000000017f3377b6bc898bd948ae5220bf2a8aa66d6a588b9704 2.05 MB 633 1
899,641 899,641 00000000000000000000b8d0bd3e1ca884d2629a976e0b5b1cf86466c1565d16 1.83 MB 1,616 1
899,640 899,640 000000000000000000007420fb3a9e0235dbb23fd2c842019acee88e42f9cb39 1.66 MB 3,960 3
899,639 899,639 00000000000000000001e823f6127eff1438f307fd3e18c3eb10c55767d1b280 1.66 MB 4,388 8
899,638 899,638 00000000000000000001cb30ab4df44bdfe3d3b1b3d706ec7280d4cf85760bef 1.69 MB 4,728 1
899,637 899,637 00000000000000000000a6c147dcf3cc136773ff76cf1a2761c0d3f25331b047 1.67 MB 3,406 3
899,636 899,636 000000000000000000014274c3c84f4547969115fec4684a63a26edf44cbc53d 1.76 MB 3,016 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.