Memory Pool Memory Pool Refreshing

6,298 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,908 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (748,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,772 159,772 0000000000000708ea9a4783d17d562af9ea56717901dad131dc35f3df094f7f 0.02 MB 38 340
159,771 159,771 000000000000054e2a3015d3761be5d23d20ed1a6ad9a5b988e19ede96024290 0.01 MB 14 0
159,770 159,770 0000000000000c1690515b7b44c992228b1efd6d14ed3c5ab31545ebffee1e85 0.00 MB 7 27
159,769 159,769 0000000000000d8505c5c38a149cb124e8e36050f7d4b8d1459838b859fe06c4 0.00 MB 12 108
159,768 159,768 0000000000000218ba99a3b7de18b8cca75b9cf856d3630c4ff74e34fa1cba53 0.03 MB 94 33
159,767 159,767 0000000000000e0067858f733abdb905944ae1f143a75c8053a4abf6d4f03019 0.00 MB 11 0
159,766 159,766 0000000000000ac5398dc40acd6215b7b009447dd26b9c03612feaf647ed21ac 0.04 MB 61 157
159,765 159,765 0000000000000b7309bae1ee2e0fc912f7d16f2d1e128f025b9a61aa8d9b4af9 0.04 MB 64 91
159,764 159,764 0000000000000d6e2d045ca518680c4854c69701c099eb6f639a2206495b02da 0.01 MB 16 0
159,763 159,763 0000000000000cb2ef912ce7f3451825b57a54180e5a204a000a72bc666c576b 0.00 MB 12 211
159,762 159,762 0000000000000b1ecfc367ebf5318d702c6f51ed4aa36399aebd6ed9953beeb5 0.03 MB 85 121
159,761 159,761 0000000000000479e9f30f195eaa1a0e92bc5792662c83b2342b77076d8b0611 0.00 MB 1 0
159,760 159,760 0000000000000a78a1addd0fe69fe11d2d3256cc3dd70c02bc7583a48b65ccbb 0.01 MB 47 77
159,759 159,759 000000000000074befec3f28e06ba247cf9ecf48261ee47f7c7f05b764d0d998 0.01 MB 32 64
159,758 159,758 00000000000004ffd580b62c433cdbd621e64455c9d417600c5154f9f9643060 0.00 MB 13 679
159,757 159,757 00000000000009d54299a181a131d488fb1c3eef2e021c5ade936c93b5f032bd 0.01 MB 21 54
159,756 159,756 0000000000000a0ff8bbbad5bbcb002e9f6515040b23cba3a960566926829b7b 0.00 MB 9 158
159,755 159,755 0000000000000b953bb58ea817180d59da76a5c10a12db5b098c440717a1fb2e 0.05 MB 98 187
159,754 159,754 0000000000000b62858251cd8601520b24881e2225ce65d46b6fd8a55a2d7621 0.03 MB 77 88
159,753 159,753 000000000000092d1231ede2afc714daef40cf61f3917536faf6cea924c5be6e 0.02 MB 51 173
159,752 159,752 0000000000000dfdde6d7fb46558741f5b81cb9f062a619e339b1724f4abef16 0.04 MB 123 201
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.