Memory Pool Memory Pool Refreshing

5,186 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (21,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,979 885,979 000000000000000000026b2b95db328e5fec19613e6dac7714c560cedb2e31e0 2.08 MB 1,666 1
885,978 885,978 00000000000000000002702a242202ebb49ef4728aab9354212e65247b3dfa79 1.60 MB 3,173 4
885,977 885,977 000000000000000000000403404c4688dca03d89ba168c97810a576c08d5ed3e 1.68 MB 1,548 2
885,976 885,976 000000000000000000018193957f2fa45c0e3a4640b4e65552097e66af28a092 1.79 MB 2,747 3
885,975 885,975 00000000000000000000003c08749d554e9e3a5c0600be102aeb278a0be3b939 1.90 MB 606 1
885,974 885,974 00000000000000000000e050a74360b162c03a88a86f02fee147866a4dabc627 1.97 MB 544 1
885,973 885,973 00000000000000000002193e51075788e34daa233861ff617e74541b8f4aa7fe 1.90 MB 1,719 2
885,972 885,972 00000000000000000002536e22dd5fd3c2c2252ac2ecf19b6e8df0c1fb5811f2 1.90 MB 232 1
885,971 885,971 00000000000000000001c8149ea4aeffde088e900921488833bfa400467c1fc6 1.98 MB 578 1
885,970 885,970 00000000000000000000ed03ea9fff33f89ffe71ca33490343f1de921c7a7fe1 1.91 MB 790 1
885,969 885,969 0000000000000000000198c885ba0f0eca687e18f2da6bdfe0074316b1b0d71d 1.66 MB 916 1
885,968 885,968 000000000000000000012d26f5b85633c2945d6c3f286bc8cf2807e7eb32b065 1.58 MB 2,393 3
885,967 885,967 00000000000000000001192c7b9b3598003cff2a2c7a0b62f57bd50c831423df 1.67 MB 2,759 5
885,966 885,966 0000000000000000000255ce2cc81022cead881ec8797fd7452dad84bf76bf38 1.64 MB 2,809 4
885,965 885,965 000000000000000000017573b4b0aa673838e86ce45767a5f4f238e2e50c1c5e 1.65 MB 2,578 5
885,964 885,964 000000000000000000002b87b6f21e23d8205ac2595624fef9cd9448701eb6eb 1.85 MB 1,291 2
885,963 885,963 0000000000000000000165c3b0c4ad023250e8b7a0d6104fe936cf7215f922f7 1.82 MB 566 1
885,962 885,962 00000000000000000001e0131d71feade1abd3c2724872bd48ea442b4ffb28af 1.87 MB 561 1
885,961 885,961 00000000000000000001d2dcac0c198d63dbf8c683c82ab36e34556c69ac59d6 1.85 MB 75 1
885,960 885,960 00000000000000000000b23aab0a5056334daf3fe8c1e93a1500996bb7e23050 1.81 MB 1,550 2
885,959 885,959 0000000000000000000074b511bce3dd4f1855358970fce08a9902e20021383e 1.79 MB 1,409 2
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.49 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.