Memory Pool Memory Pool Refreshing

19,364 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (598,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,080 309,080 000000000000000021392375d0ab3b947384bd44c80d1622c226551554a9d3e7 0.23 MB 448 29
309,079 309,079 00000000000000002821f9ef42da450a91d2593df9a5adb7e34d143f05e7031d 0.67 MB 1,087 29
309,078 309,078 0000000000000000311d2142cf6b9bcf493ce9beb146075063f9273ffa6e9365 0.14 MB 282 31
309,077 309,077 00000000000000002523b4c2d52cd6dbf9d3c2d87e559a5832b0fa11af2e1253 0.10 MB 200 34
309,076 309,076 00000000000000002df07e893af721d2d513bdfdc3a52f4452e747445b193172 0.11 MB 181 27
309,075 309,075 000000000000000012d04cbf4e898edcde31e6cc8f52c706b77a6167133b49f5 0.05 MB 114 34
309,074 309,074 00000000000000000b828fde06be96da66c996b80bf2e73f3501593f120fbb5e 0.03 MB 40 2
309,073 309,073 0000000000000000264540d9030edc356a50cc2d9883a0eedcd503cb0c3206fe 0.02 MB 46 21
309,072 309,072 0000000000000000389faeb7167526982edc0142d6d8d6455fdaaaa09e6741e4 0.11 MB 215 31
309,071 309,071 0000000000000000167abff6af1e1757d2d8363d3b63d189c6b0b6a53a4e7f69 0.27 MB 471 30
309,070 309,070 000000000000000030396ce8caa85e8a498ae7765a8099df36a3979463ee3f88 0.27 MB 415 26
309,069 309,069 000000000000000015686c31f573d3187aab7abcd90ff85448604eb3c308c560 0.05 MB 101 22
309,068 309,068 000000000000000014984ef326d02b5050f0e53ab4c47dba2452939e8f85be03 0.03 MB 65 35
309,067 309,067 000000000000000020a25d755d991503f2d7993366e4779e9ef6f6b6506da126 0.12 MB 170 21
309,066 309,066 0000000000000000257481ae637a22464621f61f90cedf367c74c7432151a5cf 0.14 MB 237 27
309,065 309,065 00000000000000000fd3a3765067db8158e5e0ac6bbaad7e63f2186075e53536 0.66 MB 1,290 32
309,064 309,064 00000000000000000c4c68ed4a274015c397e5ac25324e9790c4f252abbe7993 0.39 MB 543 49
309,063 309,063 00000000000000003f614d6cc9537418f3c32fa7b44503547036cdc335f6e851 0.52 MB 969 31
309,062 309,062 00000000000000000fb3c14ff1f58f2e040cafcb0b4e42365e271d63a9f53f02 0.03 MB 85 41
309,061 309,061 000000000000000040ad0649f9bde9abf5149e6fbf2301aa66c45aab7e13a064 0.40 MB 714 31
309,060 309,060 00000000000000000a00b549b11b763a080f79515e77a6a0ae9b42b5ae29727b 0.07 MB 81 13
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.47 GB sent, 93.00 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.