Memory Pool Memory Pool Refreshing

17,298 transactions
5.58 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (619,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,951 287,951 000000000000000070c4cda4b6f74a439ea5730ab4e2358e8b457d0fb408fbbc 0.88 MB 1,238 28
287,950 287,950 000000000000000117084a3f935906d10d588740591d511fae1eee07c95e5935 0.35 MB 422 18
287,949 287,949 0000000000000000abce423cd1f651344e241c0b5bc0f3b545ff62a277f4742e 0.06 MB 148 37
287,948 287,948 00000000000000011b25daea884d31a4c59431a24aec81ab7fa1f2d861edc818 0.35 MB 997 46
287,947 287,947 000000000000000060793005a0ba22a6ed497be2840f06fd2ee8e9acfd95be27 0.10 MB 123 13
287,946 287,946 00000000000000010a1209a4a189a21d836b3d830f6987aa7b0adfe3d27a1c83 0.35 MB 718 36
287,945 287,945 0000000000000000763194b3278799e6069a8004ff4d9859b74dc1b8dc217e58 0.21 MB 442 34
287,944 287,944 0000000000000000124cc5b0b7d3b5ed4abe47b1ce72cf72f0374f57b5a037fe 0.22 MB 428 30
287,943 287,943 00000000000000004184509d939d14787a56b4bf28007bfe91d54347bd3d29e8 0.06 MB 152 84
287,942 287,942 0000000000000000da2ba36524f46fa981e7f723d6d6d72b573b368c84bd6c28 0.62 MB 780 33
287,941 287,941 0000000000000000414c0ea8de0c0f9da3c88720b950f0e5cf0a4e4fa4d5ac36 0.35 MB 1,006 53
287,940 287,940 0000000000000001598a85a82b31849e0c0faf82c6cc2bbdf7cbe9b351f581a5 0.14 MB 277 36
287,939 287,939 0000000000000000eeb3fcfeeae92cbd2cda3bb6671f394f48d26d06200daf55 0.10 MB 226 37
287,938 287,938 000000000000000146d6929b1031216787be93800d8f2963b43446893fb51506 0.01 MB 15 34
287,937 287,937 000000000000000067652bcd16c797aff34da5a430c875162796969468ce8b9e 0.05 MB 86 33
287,936 287,936 00000000000000001f4b86c4cdbd46c494ec116797f0028552f004c438792458 0.02 MB 57 70
287,935 287,935 00000000000000008fd800a5b44e93d6a22a47e05726d36f8720d55ff8035781 0.52 MB 280 49
287,934 287,934 0000000000000000748a086df550d5bc0ee48bd3bf3dc18e4fd22c530c2861d5 0.21 MB 79 53
287,933 287,933 00000000000000009f5d2945d1ce2c1f8e5dff712adc73f7fef7f52b45d91bed 0.09 MB 131 46
287,932 287,932 0000000000000000922114db0d5247b207cb2731ba7d36bf1a7e3bf342d80abb 0.10 MB 165 25
287,931 287,931 00000000000000012fdcb4483989cc8417efec9d727834d526efb3e4753dfa59 0.12 MB 205 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.17 GB sent, 92.99 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.