Memory Pool Memory Pool Refreshing

12,230 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
908,739 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,723 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,738 (888,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,800 19,800 000000005addbe224c48f2dfdcbb080c0f89eacd2593b02550ed0af4c4fa7dfe 0.00 MB 1 0
19,799 19,799 000000002ddcce480eb3d3a78c68b92a1e7a63093ad0545715ebb5011f47012f 0.00 MB 1 0
19,798 19,798 00000000f2137b526bba2106f308bde12546cd2ee2390163509150a575dd7711 0.00 MB 1 0
19,797 19,797 000000001ea09ee0c5dfd59780d11a404723877c3143137a899c25345ad63a7d 0.00 MB 1 0
19,796 19,796 000000003ff25712b60c4546d8113a2e3d59fbc040db6dbf248306382588aa8d 0.00 MB 1 0
19,795 19,795 000000008c7e8405bb823220a58b302c786198f21c85ab90291b608fc331ae13 0.00 MB 1 0
19,794 19,794 00000000eeaac83b126d3a07dcbe45bbd09d1cd6724cd646b68c095ce8f65996 0.00 MB 1 0
19,793 19,793 000000005388094416f8838ebecfc58f1bc4cd6cb3233d4ec4e47f4bb7caf989 0.00 MB 1 0
19,792 19,792 00000000d860c724f48ebaf53992f53390c13d3cd4b917c26c513dd1f99d6095 0.00 MB 1 0
19,791 19,791 000000004b55af216ef3da2596d3e86fa23bf3bfd55ac1c8bdd01de5b4b39dd7 0.00 MB 1 0
19,790 19,790 000000008db6ee65f9618b1c5dfdee68bf4d403d4aa998209704cbb3fc73b457 0.00 MB 1 0
19,789 19,789 000000008297eb00e2f62fac8c3e916c9a11dc4573351f485024c8e2820e7929 0.00 MB 1 0
19,788 19,788 00000000439083031c0988fe0bd5aa5c5414b5ceb31fc914a1aa85e8cd7a4f00 0.00 MB 1 0
19,787 19,787 00000000cb83b1343a9834d413b97660ba9952b6be8fa044a49d94aaa4572afb 0.00 MB 1 0
19,786 19,786 0000000096fc1bbc588cd4f46d3bb1f15aae1b1daddecc44cbf91db4f3307092 0.00 MB 1 0
19,785 19,785 00000000f8f4946a764e75f5ce5ce9f517736310a6241bf05046af9e460cf7b2 0.00 MB 1 0
19,784 19,784 000000006a6e4af3fd38635897916eec41c9216cad457f6f660b3c310137b16f 0.00 MB 1 0
19,783 19,783 000000008d459af19836150ab5f9c25eea1639bb0ee5423d66b1764b0de9eb76 0.00 MB 1 0
19,782 19,782 00000000397cf63e5b792a089835459dc87e56785c6170f50437dd13ed838c0b 0.00 MB 1 0
19,781 19,781 00000000129d2906b7c03a12f252cc6ac88534ef628dd34df72439c306e54eba 0.00 MB 1 0
19,780 19,780 000000002cfe9ff960434fcae43ed56aab9dafa1cbc58cd03aacfe122a82fc5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.53 GB sent, 102.38 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.