Memory Pool Memory Pool Refreshing

3,403 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (69,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,441 838,441 00000000000000000002f398dcda3975124416c19ce1864f31e5796dd044fd7b 1.60 MB 3,163 31
838,440 838,440 000000000000000000012ba47f773b665d041b52a14dc2120fba4e4167db9f29 1.58 MB 3,505 39
838,439 838,439 00000000000000000000cbb4ceeb6ea53618a20a73208a4d40425d4b12729250 1.80 MB 3,199 21
838,438 838,438 000000000000000000026835551fb92aa5f2ab475ea7b02fd10470dabacb5df1 1.80 MB 2,834 17
838,437 838,437 00000000000000000001d2f965d690d12e2067c0fa34382ac136ad3e9fe67a66 1.55 MB 3,136 23
838,436 838,436 000000000000000000033bea2c4333dd0bd7d2e5d8f66e8cc0a9a1b0a792c00c 2.60 MB 2,166 19
838,435 838,435 0000000000000000000319b1e814361065cba47e96fdc1c3582d35fdc7884c25 1.86 MB 2,524 16
838,434 838,434 0000000000000000000125c984bcca69cdfec7e7694515ccfbb3accf01cc2be3 1.57 MB 3,055 22
838,433 838,433 00000000000000000002fc2a2dda33a061cc8c2be193a20cf976c8a5e66ccd45 1.53 MB 3,130 28
838,432 838,432 00000000000000000001da05e8c667de0a64637f5333654eee24ee0cbde76f42 1.62 MB 3,281 31
838,431 838,431 00000000000000000002cf3758a7dbd2e1ec587a7d1c3e554f92ba7c2835ac01 1.60 MB 3,652 37
838,430 838,430 00000000000000000000d2af9794bc8721ba5ea3515138fec493e996320cf90d 1.58 MB 3,426 30
838,429 838,429 000000000000000000007689531836c4c374406125dc3052481581a9e4d0e122 1.59 MB 3,621 39
838,428 838,428 00000000000000000000582dfca08ddab1358165717e20b88fcf336f35184465 1.65 MB 3,168 39
838,427 838,427 00000000000000000000ac9df2ceca969a8fd3a68330d181426ad9d59b0b9a8c 1.57 MB 2,876 32
838,426 838,426 0000000000000000000077280ccb54201d60d2fdbc148205aa9b096eb1ff0621 1.66 MB 3,386 38
838,425 838,425 00000000000000000003388198e7e1ccfd30c148e6c797e359530532c9645c2d 1.86 MB 1,955 45
838,424 838,424 000000000000000000019f0e182ba91208edeef0ca23e0af2ab5029b55ff4ddf 1.44 MB 3,002 46
838,423 838,423 00000000000000000002243a4cbb1abdfbc492679a310716a0abc5cdc86fde06 3.23 MB 852 14
838,422 838,422 00000000000000000001f5cf5360bf54817eb267c63f7c160b3ad40fe24e7bc5 1.80 MB 2,688 23
838,421 838,421 00000000000000000000bbc427e9962ddba20a1de48efa772684b32e430bf8f8 1.60 MB 3,201 24
Previous 10 blocks ↓
Total Size: 769.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,628.19 GB sent, 93.28 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.