Memory Pool Memory Pool Refreshing

4,076 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (718,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,496 189,496 0000000000000283b37de995eebcaec2d4efb1939900a747aa12fc024ca3fdbb 0.25 MB 536 112
189,495 189,495 00000000000003bb23b5eb3e5210e357d449615e428641b1a52ead5cda31a917 0.03 MB 108 78
189,494 189,494 000000000000087ff22755cee0f117f29d696ca75dfba8fc6961b24fff0b7776 0.05 MB 126 9
189,493 189,493 00000000000003fe24580ef3d7e35928486c6b11dd52d8e945470c6fc3553792 0.08 MB 216 175
189,492 189,492 000000000000009484c00eebe707b702b32c93cfc77ffcfbb94e2078ef808f5e 0.05 MB 143 7
189,491 189,491 00000000000002eec850379488b2afe8fcc9e9118f9e728838ab13c9f55e6257 0.25 MB 470 121
189,490 189,490 0000000000000421ffeaf0d729d944f3e53d4b4de98374ef23547f401d9b7f72 0.20 MB 354 98
189,489 189,489 00000000000000d8f897dfd10111f210a71761ba7a31ae70e821045ea3f201bc 0.00 MB 8 350
189,488 189,488 0000000000000432ac341465616c087ee5a0103026e4329213221776a54a1219 0.05 MB 150 57
189,487 189,487 000000000000009d1729ac00784123b3264e4c31dbecb49cc69d7d0d9e6e1a2b 0.16 MB 490 156
189,486 189,486 00000000000002927f637459a82f3da5cf7bf2a27d83ce84388769a4e1fc06a0 0.05 MB 159 61
189,485 189,485 000000000000074a9b50b40f0bd737811b1d89ce49f1bc6f2c0d68a6a2e7dc6f 0.42 MB 956 124
189,484 189,484 000000000000055ac2166f529c9280a4d12dcdd1f95c36e322aea9d45af1ce03 0.00 MB 11 18
189,483 189,483 00000000000004d86e83419dd7e06f133c06aff5c05ea026261edd6ebff92111 0.05 MB 161 19
189,482 189,482 00000000000003c6902bd93d06791c98c4a5eed716a219525f59cf8b7b028fb4 0.25 MB 632 138
189,481 189,481 00000000000001cb7ce0bbcf35ef6b01b682c43fdd4ba73b007ac5bdf7347cbd 0.25 MB 639 131
189,480 189,480 00000000000007c68461145d00c70e86737d9bde0420fa75c085936ade87dc3a 0.00 MB 10 0
189,479 189,479 0000000000000470aa89ead32505fe7f1cbabb8f936f8cf3f0f6939e7742bcfa 0.25 MB 589 131
189,478 189,478 00000000000002b6a6031652fa3a0e3b0136e358d7170c85056c20a3fd91b81f 0.06 MB 146 141
189,477 189,477 00000000000001cddf0b923eded06e91f01547ab53812acf8f07c6f3ef21e76c 0.07 MB 245 92
189,476 189,476 000000000000067c4447c9fcebfec6eb6872212e9f923fa3d17712313ea37f66 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.25 GB sent, 94.87 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.